Files
2009-05-17 10:26:00 +00:00

6 lines
83 B
PL/PgSQL

BEGIN;
ALTER TABLE regions add column access integer unsigned default 1;
COMMIT;