Update sqlx prep for Database Changes

This commit is contained in:
BloxerHD 2026-02-25 11:47:23 +00:00
commit 3b6c3b92ba
4 changed files with 137 additions and 30 deletions

View file

@ -5,56 +5,61 @@
"columns": [
{
"ordinal": 0,
"name": "data_id",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "id",
"type_info": "Text"
},
{
"ordinal": 1,
"ordinal": 2,
"name": "in_game_id",
"type_info": "Text"
},
{
"ordinal": 2,
"ordinal": 3,
"name": "boss_app_id",
"type_info": "Text"
},
{
"ordinal": 3,
"ordinal": 4,
"name": "creator_user",
"type_info": "Text"
},
{
"ordinal": 4,
"ordinal": 5,
"name": "status",
"type_info": "Text"
},
{
"ordinal": 5,
"ordinal": 6,
"name": "interval",
"type_info": "Int4"
},
{
"ordinal": 6,
"ordinal": 7,
"name": "title_id",
"type_info": "Text"
},
{
"ordinal": 7,
"ordinal": 8,
"name": "description",
"type_info": "Text"
},
{
"ordinal": 8,
"ordinal": 9,
"name": "deleted",
"type_info": "Bool"
},
{
"ordinal": 9,
"ordinal": 10,
"name": "created",
"type_info": "Timestamp"
},
{
"ordinal": 10,
"ordinal": 11,
"name": "updated",
"type_info": "Timestamp"
}
@ -76,6 +81,7 @@
false,
false,
false,
false,
false
]
},