- change few "boolean" columns type from integer to smallint

This commit is contained in:
alecpl
2008-12-03 08:02:32 +00:00
parent f1f17fa5a4
commit a493ea8e48
2 changed files with 9 additions and 4 deletions

View File

@@ -31,3 +31,8 @@ CREATE INDEX cache_created_idx ON "cache" (created);
ALTER TABLE users ALTER "language" DROP NOT NULL;
ALTER TABLE users ALTER "language" DROP DEFAULT;
ALTER TABLE identities ALTER del TYPE smallint;
ALTER TABLE identities ALTER standard TYPE smallint;
ALTER TABLE contacts ALTER del TYPE smallint;
ALTER TABLE messages ALTER del TYPE smallint;