Renamed file name.

This commit is contained in:
Martin Edenhofer 2013-09-22 00:40:45 +02:00
parent d2ef07c759
commit b26cdf6d59

View file

@ -1,4 +1,4 @@
class Taskbar < ActiveRecord::Migration
class TaskbarCreate < ActiveRecord::Migration
def up
create_table :taskbars do |t|
t.column :user_id, :integer, :null => false