multica/server/migrations/100_user_timezone.down.sql

3 lines
55 B
SQL

ALTER TABLE "user"
DROP COLUMN IF EXISTS timezone;