mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore: run prettier format
This commit is contained in:
parent
b6c7c9e16d
commit
f56548e432
12 changed files with 95 additions and 95 deletions
|
|
@ -16,7 +16,8 @@ const primaryUUIDColumn: TableColumnOptions = {
|
|||
};
|
||||
|
||||
export class CreateAuthSessionsTable0000000000004
|
||||
implements MigrationInterface {
|
||||
implements MigrationInterface
|
||||
{
|
||||
async up(queryRunner: QueryRunner): Promise<void> {
|
||||
await queryRunner.createTable(
|
||||
new Table({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue