Tims-Chat/sql/0007-chat1_room_to_user_las...

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

2 lines
85 B
MySQL
Raw Normal View History

2018-08-16 22:30:59 +00:00
ALTER TABLE chat1_room_to_user CHANGE lastFetch lastPull INT(10) NOT NULL DEFAULT 0;