/* Warnings: - You are about to drop the column `firstPaymentDone` on the `user` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "Device" ADD COLUMN "registered" BOOLEAN NOT NULL DEFAULT false; -- AlterTable ALTER TABLE "user" DROP COLUMN "firstPaymentDone";