sso-core/migrations/0002_whole_vivisector.sql

3 lines
327 B
MySQL
Raw Normal View History

2024-06-02 17:08:56 +00:00
ALTER TABLE `user_token` MODIFY COLUMN `type` enum('generic','activation','deactivation','password','login','gdpr','totp','public_key','invite','recovery') NOT NULL;--> statement-breakpoint
ALTER TABLE `privilege` ADD `automatic` tinyint DEFAULT 0 NOT NULL;--> statement-breakpoint
ALTER TABLE `user_token` ADD `metadata` text;