Fix a pgsql update routine error, thanks to ads from the forums
This commit is contained in:
parent
8b6bb27fe5
commit
9d0f97f554
@ -1,4 +1,4 @@
|
|||||||
ALTER TABLE {PREFIX}images ADD COLUMN realname varchar(255) not null default '';
|
ALTER TABLE {PREFIX}images ADD COLUMN realname varchar(255);
|
||||||
ALTER TABLE {PREFIX}references ADD COLUMN type varchar(128) not null default '';
|
ALTER TABLE {PREFIX}references ADD COLUMN type varchar(128);
|
||||||
CREATE INDEX reftype_idx ON {PREFIX}references (type);
|
CREATE INDEX reftype_idx ON {PREFIX}references (type);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user