feat(workspaces): migrate slug to match the workspaceId (#3132)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { Knex } from 'knex'
|
||||
|
||||
export async function up(knex: Knex): Promise<void> {
|
||||
await knex.raw('update workspaces set slug = id')
|
||||
}
|
||||
|
||||
export async function down(): Promise<void> {}
|
||||
Reference in New Issue
Block a user