added database crate, "settings" with migrations and queries, running migrations on web startup
This commit is contained in:
parent
f60eb616d3
commit
9c2b43ec3c
16 changed files with 357 additions and 1 deletions
5
crates/database/queries/settings/set_business_name.sql
Normal file
5
crates/database/queries/settings/set_business_name.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update settings
|
||||
|
||||
set business_name = ?
|
||||
|
||||
where id is 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue