mirror of
https://github.com/beilunyang/moemail.git
synced 2026-05-07 08:13:05 +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`; |