aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial02/polls/migrations/m_0001_auto.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-06-30 17:06:02 -0600
committerMelody Horn <melody@boringcactus.com>2021-06-30 17:06:02 -0600
commit85d53a3358819d15788e1196d110fb6fd7199c67 (patch)
tree6d8a8ea21ed967c13fafa5fa90e133e6e75f8f84 /examples/tutorial02/polls/migrations/m_0001_auto.rs
parentbc874c9d1363d3bf8865ea7a629eb976e23386b3 (diff)
downloadtosin-85d53a3358819d15788e1196d110fb6fd7199c67.tar.gz
tosin-85d53a3358819d15788e1196d110fb6fd7199c67.zip
delete gather_migrations since it gets miscached
Diffstat (limited to 'examples/tutorial02/polls/migrations/m_0001_auto.rs')
-rw-r--r--examples/tutorial02/polls/migrations/m_0001_auto.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorial02/polls/migrations/m_0001_auto.rs b/examples/tutorial02/polls/migrations/m_0001_auto.rs
index 7fa7de0..2eef04a 100644
--- a/examples/tutorial02/polls/migrations/m_0001_auto.rs
+++ b/examples/tutorial02/polls/migrations/m_0001_auto.rs
@@ -1,5 +1,5 @@
-use tosin::db::migration::Migration;
-
+use tosin::db::migration::{DatabaseChange, Migration};
+use tosin::db::models::Field;
pub const MIGRATION: Migration = Migration {
id: 1usize,
name: "auto",