diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 15:11:23 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 18:44:19 +0200 |
commit | 923c7c6b1a6549a6c5012713a22d5cf6e478f994 (patch) | |
tree | 1f50b20f53745f348ea7215a0ab0dd90a45a8863 /migrations/meta/0000_snapshot.json | |
parent | 59f99c59d577ac4c640bee676856969ec035bcb6 (diff) | |
download | uneven-923c7c6b1a6549a6c5012713a22d5cf6e478f994.tar.gz |
Set up htmx & drizzle+libsql
Diffstat (limited to 'migrations/meta/0000_snapshot.json')
-rw-r--r-- | migrations/meta/0000_snapshot.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/migrations/meta/0000_snapshot.json b/migrations/meta/0000_snapshot.json new file mode 100644 index 0000000..245d657 --- /dev/null +++ b/migrations/meta/0000_snapshot.json @@ -0,0 +1,35 @@ +{ + "version": "6", + "dialect": "sqlite", + "id": "2b9ab579-4d91-4045-b35e-b5cceebe74de", + "prevId": "00000000-0000-0000-0000-000000000000", + "tables": { + "groups": { + "name": "groups", + "columns": { + "name": { + "name": "name", + "type": "text", + "primaryKey": false, + "notNull": true, + "autoincrement": false + } + }, + "indexes": {}, + "foreignKeys": {}, + "compositePrimaryKeys": {}, + "uniqueConstraints": {}, + "checkConstraints": {} + } + }, + "views": {}, + "enums": {}, + "_meta": { + "schemas": {}, + "tables": {}, + "columns": {} + }, + "internal": { + "indexes": {} + } +}
\ No newline at end of file |