No description
Find a file
Simon Goller 789981ee92 Imporove datamodel
Tables now contain update_timestamp and update_process and
update_timestamp will be automatically set via a trigger.
Also the I removed the IDs from the tables as they are not
required for the auth system.  The names are the identifier.
2024-04-26 22:30:10 +02:00
app Initial commit 2024-04-26 21:34:00 +02:00
dao Initial commit 2024-04-26 21:34:00 +02:00
dao_impl Imporove datamodel 2024-04-26 22:30:10 +02:00
migrations Imporove datamodel 2024-04-26 22:30:10 +02:00
rest Initial commit 2024-04-26 21:34:00 +02:00
service Initial commit 2024-04-26 21:34:00 +02:00
service_impl Initial commit 2024-04-26 21:34:00 +02:00
.env Initial commit 2024-04-26 21:34:00 +02:00
.gitignore Initial commit 2024-04-26 21:34:00 +02:00
build.rs Initial commit 2024-04-26 21:34:00 +02:00
Cargo.lock Initial commit 2024-04-26 21:34:00 +02:00
Cargo.toml Initial commit 2024-04-26 21:34:00 +02:00