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

2 lines
71 B
SQL

ALTER TABLE chat1_message ADD isDeleted TINYINT(1) NOT NULL DEFAULT 0;