Tims-Chat/sql/0018-wcf1_user-Color.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
132 B
MySQL
Raw Permalink Normal View History

2018-08-16 22:30:59 +00:00
ALTER TABLE wcf1_user ADD COLUMN chatColor1 INT(10) DEFAULT NULL;
ALTER TABLE wcf1_user ADD COLUMN chatColor2 INT(10) DEFAULT NULL;