Skip to content

Commit

Permalink
Squash weird event primary_key migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Sep 13, 2013
1 parent 019b07d commit 14bad63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions db/migrate/20080924090821_create_events.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class CreateEvents < ActiveRecord::Migration
def self.up
create_table :events, :id => false, :primary_key => :id do |t|
t.integer :id, :null => false
create_table :events do |t|
t.string :title
t.datetime :deadline
t.text :open_text
Expand Down
8 changes: 0 additions & 8 deletions db/migrate/20100313203257_add_primary_key_to_events.rb

This file was deleted.

0 comments on commit 14bad63

Please sign in to comment.