mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 11:36:44 +03:00
4 lines
281 B
SQL
4 lines
281 B
SQL
ALTER TABLE `accounts` ADD `id_token` text;--> statement-breakpoint
|
|
ALTER TABLE `accounts` ADD `access_token_expires_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `accounts` ADD `refresh_token_expires_at` integer;--> statement-breakpoint
|
|
ALTER TABLE `accounts` ADD `scope` text; |