Skip to content

Commit adbcb45

Browse files
committed
fix lint issue
1 parent 2248ea7 commit adbcb45

File tree

1 file changed

+7
-20
lines changed
  • packages/duron/migrations/postgres/20251203223656_conscious_johnny_blaze

1 file changed

+7
-20
lines changed

packages/duron/migrations/postgres/20251203223656_conscious_johnny_blaze/snapshot.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"version": "8",
33
"dialect": "postgres",
44
"id": "e32fddc5-6d55-4c79-87b4-13d3a01b7d09",
5-
"prevIds": [
6-
"00000000-0000-0000-0000-000000000000"
7-
],
5+
"prevIds": ["00000000-0000-0000-0000-000000000000"],
86
"ddl": [
97
{
108
"name": "duron",
@@ -888,14 +886,10 @@
888886
},
889887
{
890888
"nameExplicit": false,
891-
"columns": [
892-
"job_id"
893-
],
889+
"columns": ["job_id"],
894890
"schemaTo": "duron",
895891
"tableTo": "jobs",
896-
"columnsTo": [
897-
"id"
898-
],
892+
"columnsTo": ["id"],
899893
"onUpdate": "NO ACTION",
900894
"onDelete": "CASCADE",
901895
"name": "job_steps_job_id_jobs_id_fkey",
@@ -904,19 +898,15 @@
904898
"table": "job_steps"
905899
},
906900
{
907-
"columns": [
908-
"id"
909-
],
901+
"columns": ["id"],
910902
"nameExplicit": false,
911903
"name": "job_steps_pkey",
912904
"schema": "duron",
913905
"table": "job_steps",
914906
"entityType": "pks"
915907
},
916908
{
917-
"columns": [
918-
"id"
919-
],
909+
"columns": ["id"],
920910
"nameExplicit": false,
921911
"name": "jobs_pkey",
922912
"schema": "duron",
@@ -925,10 +915,7 @@
925915
},
926916
{
927917
"nameExplicit": true,
928-
"columns": [
929-
"job_id",
930-
"name"
931-
],
918+
"columns": ["job_id", "name"],
932919
"nullsNotDistinct": false,
933920
"name": "unique_job_step_name",
934921
"entityType": "uniques",
@@ -951,4 +938,4 @@
951938
}
952939
],
953940
"renames": []
954-
}
941+
}

0 commit comments

Comments
 (0)