diff options
| author | hukl <hukl@eight.local> | 2009-02-08 20:51:36 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-15 20:21:53 +0100 |
| commit | 48ffd4eb446bcaeba7651758ec3002f342702249 (patch) | |
| tree | 134a2e7675f7fbf951378a9039dabc036ce3a45b /db | |
| parent | 957a09cf4be114ab0b76c28aa836567fb1ad44c4 (diff) | |
remove obsolete migration
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrate/20090206214500_create_users.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/db/migrate/20090206214500_create_users.rb b/db/migrate/20090206214500_create_users.rb deleted file mode 100644 index 9199bb3..0000000 --- a/db/migrate/20090206214500_create_users.rb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | class CreateUsers < ActiveRecord::Migration | ||
| 2 | def self.up | ||
| 3 | create_table :users do |t| | ||
| 4 | |||
| 5 | t.timestamps | ||
| 6 | end | ||
| 7 | end | ||
| 8 | |||
| 9 | def self.down | ||
| 10 | drop_table :users | ||
| 11 | end | ||
| 12 | end | ||
