Snake case table names

This commit is contained in:
Jorge Vargas 2024-09-24 20:58:24 -06:00
parent 971d4f2ce6
commit 3530c46b0e
4 changed files with 1728 additions and 12 deletions

View file

@ -7,7 +7,6 @@
"astro:dev": "astro dev",
"build": "npm run paraglide:compile && npm run gql:compile && astro build",
"preview": "astro preview",
"astro": "astro",
"gql:compile": "graphql-codegen",
"gql:watch": "graphql-codegen -w",
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
@ -26,12 +25,16 @@
"@graphql-tools/resolvers-composition": "^7.0.1",
"@graphql-tools/schema": "^10.0.4",
"@inlang/paraglide-astro": "^0.2.2",
"@sequelize/cli": "^7.0.0-alpha.42",
"@sequelize/core": "^7.0.0-alpha.37",
"@sequelize/mysql": "^7.0.0-alpha.41",
"astro": "^4.15.7",
"astro-icon": "^1.1.1",
"auth-astro": "^4.1.2",
"babel-register": "^6.26.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"graphql-scalars": "^1.23.0",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.12",