mirror of
https://github.com/diced/zipline.git
synced 2026-01-03 16:28:41 -08:00
5 lines
156 B
SQL
5 lines
156 B
SQL
-- AlterTable
|
|
ALTER TABLE "Invite" RENAME COLUMN "created_at" TO "createdAt";
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Invite" RENAME COLUMN "expires_at" TO "expiresAt"; |