summaryrefslogtreecommitdiffhomepage
path: root/packages/console/core/migrations/20251007043715_panoramic_harrier/migration.sql
blob: 5a7bbc3be5a578652df9b06ae43111092f570111 (plain)
1
2
3
ALTER TABLE `user` ADD `monthly_limit` int;--> statement-breakpoint
ALTER TABLE `user` ADD `monthly_usage` bigint;--> statement-breakpoint
ALTER TABLE `user` ADD `time_monthly_usage_updated` timestamp(3);