mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 19:45:34 +08:00
refactor(database): construct untrusted migrations from source specs
This commit is contained in:
+5
-1
@@ -21,7 +21,11 @@
|
||||
["icon_color", "TEXT", false, null, 0],
|
||||
["meta", "TEXT", true, "'{}'", 0],
|
||||
["is_current", "BOOLEAN", true, "0", 0],
|
||||
["in_failover_queue", "BOOLEAN", true, "0", 0]
|
||||
["in_failover_queue", "BOOLEAN", true, "0", 0],
|
||||
["cost_multiplier", "TEXT", true, "'1.0'", 0],
|
||||
["limit_daily_usd", "TEXT", false, null, 0],
|
||||
["limit_monthly_usd", "TEXT", false, null, 0],
|
||||
["provider_type", "TEXT", false, null, 0]
|
||||
],
|
||||
"uniqueTuples": [],
|
||||
"foreignKeys": [],
|
||||
|
||||
Reference in New Issue
Block a user