mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-02 23:23:13 +00:00
3 lines
100 B
MySQL
3 lines
100 B
MySQL
|
|
ALTER TABLE message DROP COLUMN timestamp;
|
||
|
|
|
||
|
|
ALTER TABLE message RENAME COLUMN storedAt TO timestamp;
|