mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
merged from upstream
This commit is contained in:
commit
9eb47bd3f0
19 changed files with 82 additions and 58 deletions
|
|
@ -0,0 +1,9 @@
|
|||
class ChangePostalcodeFormatInVenues < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :venues, :postalcode, :string
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration.new('Cannot reverse migration.')
|
||||
end
|
||||
end
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
|
||||
ActiveRecord::Schema.define(version: 20151005161518) do
|
||||
|
||||
create_table "ahoy_events", force: true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue