mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add paper_searches table
This commit is contained in:
parent
7d2314fb6d
commit
82c2e7e6b8
2 changed files with 18 additions and 1 deletions
10
db/migrate/20151010070158_create_paper_searches.rb
Normal file
10
db/migrate/20151010070158_create_paper_searches.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreatePaperSearches < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :paper_searches do |t|
|
||||
t.string :query
|
||||
t.string :paper_type
|
||||
t.string :originator
|
||||
t.string :sort_by
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue