diff options
author | cel 🌸 <cel@blos.sm> | 2023-02-19 02:11:17 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-02-19 02:11:17 +0000 |
commit | c6378ca77f08a8aaf30fa25c4c02d151bf69edfa (patch) | |
tree | f3d21a7d15f2543c4ccd2eba505a91774833529c /Rocket.toml | |
parent | 0b6d17e87106bb514a62d79d13e8465fd3bffc3a (diff) | |
download | blossom-c6378ca77f08a8aaf30fa25c4c02d151bf69edfa.tar.gz blossom-c6378ca77f08a8aaf30fa25c4c02d151bf69edfa.tar.bz2 blossom-c6378ca77f08a8aaf30fa25c4c02d151bf69edfa.zip |
create initial database migration
Diffstat (limited to '')
-rw-r--r-- | Rocket.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Rocket.toml b/Rocket.toml new file mode 100644 index 0000000..7686464 --- /dev/null +++ b/Rocket.toml @@ -0,0 +1,2 @@ +[default.databases.blossom] +url = "db/blossom.sqlite" |