Mercurial > zeropaste
diff db/schema.rb @ 23:f5d2f373770b
Reenforce not null.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 05 Sep 2012 14:43:38 +0700 |
parents | 3c31c0beb9c2 |
children | a9dba6a3008b |
line wrap: on
line diff
--- a/db/schema.rb Wed Sep 05 14:36:10 2012 +0700 +++ b/db/schema.rb Wed Sep 05 14:43:38 2012 +0700 @@ -10,7 +10,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120905072325) do +ActiveRecord::Schema.define(:version => 20120905074204) do create_table "pastes", :force => true do |t| t.string "ip", :limit => 50, :null => false