style: auto format whole project
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Knex } from "knex";
|
||||
import { Knex } from 'knex';
|
||||
|
||||
async function addDeletedColumn(knex: Knex, tableName: string) {
|
||||
return await knex.schema.table(tableName, (table) => {
|
||||
|
Reference in New Issue
Block a user