The base data is now not in a patch file, and it probably should never have

been really.
This commit is contained in:
Andrew McMillan 2006-10-29 19:48:44 +13:00
parent 130813c1b8
commit 40565975ac

View File

@ -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;