forked from bofh/fetsite
6 lines
114 B
Ruby
6 lines
114 B
Ruby
class AddDateToBeispiel < ActiveRecord::Migration
|
|
def change
|
|
add_column :beispiele, :datum, :date
|
|
end
|
|
end
|