diff options
Diffstat (limited to 'packages/console/core/migrations/0035_narrow_blindfold.sql')
| -rw-r--r-- | packages/console/core/migrations/0035_narrow_blindfold.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/console/core/migrations/0035_narrow_blindfold.sql b/packages/console/core/migrations/0035_narrow_blindfold.sql new file mode 100644 index 000000000..c62f01f4e --- /dev/null +++ b/packages/console/core/migrations/0035_narrow_blindfold.sql @@ -0,0 +1,3 @@ +ALTER TABLE `account` DROP INDEX `email`;--> statement-breakpoint +CREATE INDEX `account_id` ON `auth` (`account_id`);--> statement-breakpoint +ALTER TABLE `account` DROP COLUMN `email`;
\ No newline at end of file |
