li7y/migrations
Simon Bruder 00d7647187
Switch to sqlx
While diesel has a native rust interface, writing more complex queries
is easier when you can just pass a SQL query string.
2024-07-19 00:05:26 +02:00
..
20240624153851_create_item.down.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240624153851_create_item.up.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240703122248_item_add_parent.down.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240703122248_item_add_parent.up.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240705104056_create_item_class.down.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240705104056_create_item_class.up.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240709133113_item_make_name_optional.down.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240709133113_item_make_name_optional.up.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240711110525_item_class_simplify.down.sql Switch to sqlx 2024-07-19 00:05:26 +02:00
20240711110525_item_class_simplify.up.sql Switch to sqlx 2024-07-19 00:05:26 +02:00