aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial01/polls/migrations/mod.rs
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-16 14:47:33 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-16 14:47:33 -0600
commit1891efa8c68424200ecf4597fc7134a289cb5b70 (patch)
treee3ff6c85fcc1e052226e0dc48312733ce10a43f3 /examples/tutorial01/polls/migrations/mod.rs
parent58d2f63f4577bc701b6bd655064cefebb65118b4 (diff)
downloadtosin-1891efa8c68424200ecf4597fc7134a289cb5b70.tar.gz
tosin-1891efa8c68424200ecf4597fc7134a289cb5b70.zip
extend tutorial further
Diffstat (limited to 'examples/tutorial01/polls/migrations/mod.rs')
-rw-r--r--examples/tutorial01/polls/migrations/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/tutorial01/polls/migrations/mod.rs b/examples/tutorial01/polls/migrations/mod.rs
new file mode 100644
index 0000000..64efe8d
--- /dev/null
+++ b/examples/tutorial01/polls/migrations/mod.rs
@@ -0,0 +1,3 @@
+use tosin::db::migration::{Migration, gather};
+
+gather!();