From 40565975ac2398ecc52cbc13e7aa52f5816bb0b8 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 29 Oct 2006 19:48:44 +1300 Subject: [PATCH] The base data is now not in a patch file, and it probably should never have been really. --- dba/patches/0.99.1.sql | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 dba/patches/0.99.1.sql diff --git a/dba/patches/0.99.1.sql b/dba/patches/0.99.1.sql deleted file mode 100644 index 5758954a..00000000 --- a/dba/patches/0.99.1.sql +++ /dev/null @@ -1,9 +0,0 @@ - -BEGIN; -SELECT check_db_revision(1,1,0); - -GRANT SELECT,UPDATE ON relationship_type_rt_id_seq TO general; -SELECT new_db_revision(1,1,1, 'January' ); - -COMMIT; -ROLLBACK;