We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae7eb1 commit 9703656Copy full SHA for 9703656
sentry/migrations/20190806011140_initial-tables/seed/down.sql
sentry/migrations/20190806011140_initial-tables/seed/up.sql
sentry/src/db.rs
@@ -100,11 +100,6 @@ pub fn setup_migrations(environment: Environment) {
100
// `tests_postgres::MIGRATIONS`
101
let migrations = vec![make_migration!("20190806011140_initial-tables")];
102
103
- // if let Environment::Development = environment {
104
- // // seeds database tables for testing
105
- // migrations.push(make_migration!("20190806011140_initial-tables/seed"));
106
- // }
107
-
108
// Define Migrations
109
config
110
.use_migrations(&migrations)
0 commit comments