mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-01 22:29:23 +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; |