mirror of
https://github.com/diced/zipline.git
synced 2025-05-18 15:24:42 +02:00
5 lines
No EOL
156 B
SQL
5 lines
No EOL
156 B
SQL
-- AlterTable
|
|
ALTER TABLE "Invite" RENAME COLUMN "created_at" TO "createdAt";
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Invite" RENAME COLUMN "expires_at" TO "expiresAt"; |