mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Fix typo in migration
This commit is contained in:
parent
d39f00165e
commit
f35aa2a9d3
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
class CreatePapers < ActiveRecord::Migration def change
|
||||
class CreatePapers < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :papers do |t|
|
||||
t.string :name
|
||||
t.string :url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue