diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-09 21:20:17 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-09 21:20:17 +0100 |
| commit | 3747204267e8b75bc77d6c0962b67bbe018dad15 (patch) | |
| tree | 4b134c6719b5bab425da8d0840102f27489eb67b /server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json | |
| parent | 6c6dd808a1005771f50696e1568dd6c653e2731b (diff) | |
Add string id for project and reduce usage of numeric ids in general
User: username must be unique, use as primary key and drop id.
Diffstat (limited to 'server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json')
| -rw-r--r-- | server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json b/server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json deleted file mode 100644 index 412ba1f..0000000 --- a/server/.sqlx/query-940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "db_name": "MySQL", - "query": "INSERT IGNORE INTO users (username,dn) VALUES (?,?), (?,?)", - "describe": { - "columns": [], - "parameters": { - "Right": 4 - }, - "nullable": [] - }, - "hash": "940807355ceddb03b2b69306d30b081c4855858cd710399f9328075e885704fd" -} |
