status-console-client/protocol/client/migrations/000002_add_unread_to_user_messages.down.sql
2019-06-05 18:50:59 +02:00

5 lines
210 B
SQL

-- TODO(adam): cannot drop column without copying a table.
-- Implement copying is easy but we need to duplicate schema
-- to recreate it. Unless there is a smarter way to get a schema
-- of an existing table.