* Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision * Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this.
5 lines
56 B
PL/PgSQL
5 lines
56 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE prims DROP COLUMN ParentID;
|
|
|
|
COMMIT; |