fixing typos
[mir.git] / dbscripts / create_pg.sql
index e29ce4c..4070d46 100755 (executable)
@@ -432,7 +432,7 @@ CREATE TABLE "filter_group" (
 CREATE SEQUENCE "db_patches_id_seq" start 1 increment 1 maxvalue 2147483647 minvalue 1  cache 1 ;
 
 CREATE TABLE "db_patches" (
-  "id" integer DEFAULT nextval('filter_group_id_seq'::text) NOT NULL,
+  "id" integer DEFAULT nextval('db_patches_id_seq'::text) NOT NULL,
   "date" date NOT NULL,
   "description" text
 );