[open-ils-commits] r9877 - branches/rel_1_2/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 19 13:03:53 EDT 2008


Author: phasefx
Date: 2008-06-19 13:03:51 -0400 (Thu, 19 Jun 2008)
New Revision: 9877

Modified:
   branches/rel_1_2/Open-ILS/src/sql/Pg/extend-reporter.sql
Log:
missing comma

Modified: branches/rel_1_2/Open-ILS/src/sql/Pg/extend-reporter.sql
===================================================================
--- branches/rel_1_2/Open-ILS/src/sql/Pg/extend-reporter.sql	2008-06-19 15:57:08 UTC (rev 9876)
+++ branches/rel_1_2/Open-ILS/src/sql/Pg/extend-reporter.sql	2008-06-19 17:03:51 UTC (rev 9877)
@@ -21,7 +21,7 @@
 CREATE SCHEMA extend_reporter;
 
 CREATE TABLE extend_reporter.legcay_circ_count (
-    id          BIGSERIAL   PRIMARY KEY REFERENCES asset.copy (id)
+    id          BIGSERIAL   PRIMARY KEY REFERENCES asset.copy (id),
     circ_count  INT         NOT NULL DEFAULT 0
 );
 



More information about the open-ils-commits mailing list