START TRANSACTION; ALTER TABLE "AuthRequest" ADD "Approved" boolean NULL; INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion") VALUES ('20221025033204_PasswordlessAuthRequestAddApprovedColumn', '6.0.4'); COMMIT;