Files
TaxHacker_s23/prisma/migrations/20250410130313_add_storage/migration.sql
2025-04-10 15:14:54 +02:00

11 lines
282 B
SQL

/*
Warnings:
- You are about to drop the column `image` on the `users` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "users" DROP COLUMN "image",
ADD COLUMN "storage_used" INTEGER DEFAULT 0,
ADD COLUMN "token_balance" INTEGER DEFAULT 0;