[open-ils-commits] r14644 - trunk/Open-ILS/src/sql/Pg (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 27 23:00:05 EDT 2009


Author: dbs
Date: 2009-10-27 23:00:02 -0400 (Tue, 27 Oct 2009)
New Revision: 14644

Modified:
   trunk/Open-ILS/src/sql/Pg/005.schema.actors.sql
Log:
Them thar comments needs them some semicolons to be valid SQL


Modified: trunk/Open-ILS/src/sql/Pg/005.schema.actors.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/005.schema.actors.sql	2009-10-28 01:09:34 UTC (rev 14643)
+++ trunk/Open-ILS/src/sql/Pg/005.schema.actors.sql	2009-10-28 03:00:02 UTC (rev 14644)
@@ -389,49 +389,49 @@
 COMMENT ON TABLE actor.hours_of_operation IS $$
 When does this org_unit usually open and close?  (Variations
 are expressed in the actor.org_unit_closed table.)
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_0_open IS $$
 When does this org_unit open on Monday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_0_close IS $$
 When does this org_unit close on Monday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_1_open IS $$
 When does this org_unit open on Tuesday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_1_close IS $$
 When does this org_unit close on Tuesday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_2_open IS $$
 When does this org_unit open on Wednesday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_2_close IS $$
 When does this org_unit close on Wednesday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_3_open IS $$
 When does this org_unit open on Thursday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_3_close IS $$
 When does this org_unit close on Thursday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_4_open IS $$
 When does this org_unit open on Friday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_4_close IS $$
 When does this org_unit close on Friday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_5_open IS $$
 When does this org_unit open on Saturday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_5_close IS $$
 When does this org_unit close on Saturday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_6_open IS $$
 When does this org_unit open on Sunday?
-$$
+$$;
 COMMENT ON COLUMN actor.hours_of_operation.dow_6_close IS $$
 When does this org_unit close on Sunday?
-$$
+$$;
 
 CREATE TABLE actor.org_unit_closed (
 	id		SERIAL				PRIMARY KEY,



More information about the open-ils-commits mailing list