mirror of
https://github.com/diced/zipline.git
synced 2025-12-28 21:53:42 -08:00
8 lines
221 B
SQL
8 lines
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"; |