3 lines
247 B
SQL
3 lines
247 B
SQL
ALTER TABLE `organizations` ADD `public_repository_count` integer;--> statement-breakpoint
|
|
ALTER TABLE `organizations` ADD `private_repository_count` integer;--> statement-breakpoint
|
|
ALTER TABLE `organizations` ADD `fork_repository_count` integer; |