Shorten printful/webflow naming convention
This commit is contained in:
@@ -7,8 +7,8 @@ export async function up(db: Kysely<any>): Promise<void> {
|
||||
.$call(addDefaultColumns)
|
||||
.addColumn("session_id", "uuid", (cb) => cb.notNull())
|
||||
.addColumn("session_name", "text", (cb) => cb.notNull())
|
||||
.addColumn("printful_product_id_filter", sql`integer[]`)
|
||||
.addColumn("syncing_printful_product_ids", sql`integer[]`, (cb) => cb
|
||||
.addColumn("p_product_id_filter", sql`integer[]`)
|
||||
.addColumn("syncing_p_product_ids", sql`integer[]`, (cb) => cb
|
||||
.notNull()
|
||||
.defaultTo(sql`'{}'::integer[]`)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user