diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-20 19:48:03 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-20 19:49:04 -0700 |
| commit | 60f1cea60b2ba69c21620eb244a0d7c102859830 (patch) | |
| tree | de988950e5eefa794076c9932f999eef9d65d382 /db/migrate | |
| parent | ba8ebf09cd54dbf58bfb8ba032075ac895fea9bb (diff) | |
enabled uuid extension.
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20140221024327_enable_uuid_extension.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20140221024327_enable_uuid_extension.rb b/db/migrate/20140221024327_enable_uuid_extension.rb new file mode 100644 index 0000000..876b6aa --- /dev/null +++ b/db/migrate/20140221024327_enable_uuid_extension.rb @@ -0,0 +1,5 @@ +class EnableUuidExtension < ActiveRecord::Migration + def change + enable_extension 'uuid-ossp' + end +end |
