mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +08:00
2 lines
141 B
SQL
2 lines
141 B
SQL
CREATE UNIQUE INDEX `api_keys_name_unique` ON `api_keys` (`name`);--> statement-breakpoint
|
|
ALTER TABLE `api_keys` DROP COLUMN `last_used_at`; |