mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
add user creation in db & validation
This commit is contained in:
parent
807e2dc408
commit
e097d154de
5 changed files with 102 additions and 7 deletions
|
|
@ -16,6 +16,11 @@ apply changes
|
|||
npx drizzle-kit push --config=drizzle-dev.config.ts
|
||||
```
|
||||
|
||||
export sql statements instead of running migration
|
||||
```bash
|
||||
npx drizzle-kit export --config=drizzle-dev.config.ts
|
||||
```
|
||||
|
||||
## SQLite / D1
|
||||
Delete view
|
||||
```sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue