generators/pokerstats/templates/create_pokerstats.rhtml in wizardwerdna-pokerstats-1.0.19 vs generators/pokerstats/templates/create_pokerstats.rhtml in wizardwerdna-pokerstats-1.0.22

- old
+ new

@@ -13,16 +13,16 @@ t.integer :hand_statistic_id t.integer :player_id <%= Pokerstats::HandStatistics.player_statistics_migration_data -%> t.timestamps end - create_table :player do |t| + create_table :players do |t| t.string :name end end def self.down - drop_table :player + drop_table :players drop_table :player_statistics drop_table :hand_statistics end end