Skip to content
Snippets Groups Projects
Commit 117d1e90 authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

add expires_at column to snippets

parent 38cdb3eb
No related branches found
No related tags found
No related merge requests found
class AddExpiresAtToSnippets < ActiveRecord::Migration
def change
add_column :snippets, :expires_at, :datetime
end
end
Loading
Loading
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
 
ActiveRecord::Schema.define(:version => 20111025134235) do
ActiveRecord::Schema.define(:version => 20111027051828) do
 
create_table "issues", :force => true do |t|
t.string "title"
Loading
Loading
@@ -65,6 +65,7 @@ ActiveRecord::Schema.define(:version => 20111025134235) do
t.datetime "created_at"
t.datetime "updated_at"
t.string "file_name"
t.datetime "expires_at"
end
 
create_table "users", :force => true do |t|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment