Skip to content

Commit

Permalink
Remove innodb migration since it's useless against postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsta committed Dec 25, 2009
1 parent 69f8406 commit 43a3df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions etherpad/src/etherpad/db_migrations/migration_runner.js
Expand Up @@ -35,7 +35,6 @@ var migrations = [
"m0001_eepnet_signups_init",
"m0002_eepnet_signups_2",
"m0003_create_tests_table_v2",
"m0004_convert_all_tables_to_innodb",
"m0005_create_billing_tables",
"m0006_eepnet_signups_3",
"m0007_create_pro_tables_v4",
Expand Down Expand Up @@ -138,5 +137,3 @@ function runMigrations() {
}
});
}


0 comments on commit 43a3df6

Please sign in to comment.