mirror of
https://github.com/diced/zipline.git
synced 2025-05-17 15:01:24 +02:00
8 lines
No EOL
221 B
SQL
8 lines
No EOL
221 B
SQL
-- AlterTable
|
|
ALTER TABLE "Image" RENAME COLUMN "created_at" TO "createdAt";
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Image" RENAME COLUMN "expires_at" TO "expiresAt";
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Image" RENAME COLUMN "file" TO "name"; |