zen: add index
This commit is contained in:
parent
f2e65e40ea
commit
9c55cb729b
4 changed files with 1133 additions and 3 deletions
1
packages/console/core/migrations/0040_broken_gamora.sql
Normal file
1
packages/console/core/migrations/0040_broken_gamora.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
CREATE INDEX `usage_time_created` ON `usage` (`workspace_id`,`time_created`);
|
||||
1122
packages/console/core/migrations/meta/0040_snapshot.json
Normal file
1122
packages/console/core/migrations/meta/0040_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -281,6 +281,13 @@
|
|||
"when": 1766946179892,
|
||||
"tag": "0039_striped_forge",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 40,
|
||||
"version": "5",
|
||||
"when": 1767584617316,
|
||||
"tag": "0040_broken_gamora",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue