Initial model + some various changes
[recipes.git] / backend / src / consts.rs
index a7fcf2d..d84c21d 100644 (file)
@@ -1,3 +1,4 @@
-pub static FILE_CONF: &str = "conf.ron";
-pub static DB_DIRECTORY: &str = "data";
-pub static DB_FILENAME: &str = "recipes.sqlite";
\ No newline at end of file
+pub const FILE_CONF: &str = "conf.ron";
+pub const DB_DIRECTORY: &str = "data";
+pub const DB_FILENAME: &str = "data/recipes.sqlite";
+pub const SQL_FILENAME: &str = "sql/version_{VERSION}.sql";
\ No newline at end of file