initial schema and migrations

This commit is contained in:
2023-02-28 15:29:49 +01:00
parent 5f327c0272
commit b0a40d0971
9 changed files with 403 additions and 6 deletions
+5 -6
View File
@@ -1,7 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
},
"editor.formatOnSave": true
}
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnSave": true
}