fixing typos
[mir.git] / dbscripts / updates / update20050913.sql
index 641202b..aeb0894 100755 (executable)
@@ -15,7 +15,7 @@ BEGIN TRANSACTION;
 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
 );