diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-16 14:22:50 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-16 14:22:50 -0600 |
commit | 58d2f63f4577bc701b6bd655064cefebb65118b4 (patch) | |
tree | 0427ac03e6d0d0ed7879aecaa45cd3937939aa4e /examples/tutorial02/polls | |
parent | 685b47247aad71468f190c42929ca6f0dce843fa (diff) | |
download | tosin-58d2f63f4577bc701b6bd655064cefebb65118b4.tar.gz tosin-58d2f63f4577bc701b6bd655064cefebb65118b4.zip |
actually run migrations
Diffstat (limited to 'examples/tutorial02/polls')
-rw-r--r-- | examples/tutorial02/polls/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorial02/polls/mod.rs b/examples/tutorial02/polls/mod.rs index 4b5de71..0b039d9 100644 --- a/examples/tutorial02/polls/mod.rs +++ b/examples/tutorial02/polls/mod.rs @@ -8,5 +8,6 @@ pub mod views; pub use urls::urls; pub const APP: AppConfig = AppConfig { + name: module_path!(), migrations: migrations::migrations, }; |