diff options
| author | hukl <contact@smyck.org> | 2009-03-10 23:51:03 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-10 23:51:03 +0100 |
| commit | c9fa047402fdc009319dca7b05455e8ce73eaee7 (patch) | |
| tree | 232bcb793cb187a50ec38343f8f93a3901492c2f /db | |
| parent | d987886a9a94c6bad53ff7c7a241b85ea0b57de7 (diff) | |
remove event resource temporarily until its finalized
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20090310190600_create_events.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20090310190600_create_events.rb b/db/migrate/20090310190600_create_events.rb deleted file mode 100644 index da220d3..0000000 --- a/db/migrate/20090310190600_create_events.rb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | class CreateEvents < ActiveRecord::Migration | ||
| 2 | def self.up | ||
| 3 | create_table :events do |t| | ||
| 4 | t.text :serialized_event | ||
| 5 | |||
| 6 | t.timestamps | ||
| 7 | end | ||
| 8 | end | ||
| 9 | |||
| 10 | def self.down | ||
| 11 | drop_table :events | ||
| 12 | end | ||
| 13 | end | ||
