From 1891efa8c68424200ecf4597fc7134a289cb5b70 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Wed, 16 Jun 2021 14:47:33 -0600 Subject: extend tutorial further --- examples/tutorial01/polls/migrations/mod.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/tutorial01/polls/migrations/mod.rs (limited to 'examples/tutorial01/polls/migrations/mod.rs') 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!(); -- cgit v1.2.3