1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/sql/0007-chat1_room_to_user_lastPull.sql
2018-08-17 00:30:59 +02:00

2 lines
85 B
SQL

ALTER TABLE chat1_room_to_user CHANGE lastFetch lastPull INT(10) NOT NULL DEFAULT 0;