Skip to content
Snippets Groups Projects
Commit 02a01f01 authored by Tyler R Lemburg's avatar Tyler R Lemburg
Browse files

Add a migration

parent eb36ebc3
No related branches found
No related tags found
No related merge requests found
require 'active_record'
class AddUserExpirationDate < ActiveRecord::Migration
def change
add_column :users, :expiration_date, :datetime, :default => nil
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment