[Git][noosfero/noosfero][master] change schema start_date and end_date for articles

Leandro Nunes gitlab at gitlab.com
Thu Aug 13 15:19:49 BRT 2015


Leandro Nunes pushed to branch master at Noosfero / noosfero


Commits:
b26b871e by Leandro Nunes dos Santos at 2015-08-13T15:19:29Z
change schema start_date and end_date for articles

- - - - -


1 changed file:

- db/schema.rb


Changes:

=====================================
db/schema.rb
=====================================
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20150712130827) do
+ActiveRecord::Schema.define(:version => 20150722042714) do
 
   create_table "abuse_reports", :force => true do |t|
     t.integer  "reporter_id"
@@ -75,8 +75,8 @@ ActiveRecord::Schema.define(:version => 20150712130827) do
     t.integer  "comments_count"
     t.boolean  "advertise",            :default => true
     t.boolean  "published",            :default => true
-    t.date     "start_date"
-    t.date     "end_date"
+    t.datetime "start_date"
+    t.datetime "end_date"
     t.integer  "children_count",       :default => 0
     t.boolean  "accept_comments",      :default => true
     t.integer  "reference_article_id"
@@ -127,8 +127,8 @@ ActiveRecord::Schema.define(:version => 20150712130827) do
     t.integer  "comments_count",       :default => 0
     t.boolean  "advertise",            :default => true
     t.boolean  "published",            :default => true
-    t.date     "start_date"
-    t.date     "end_date"
+    t.datetime "start_date"
+    t.datetime "end_date"
     t.integer  "children_count",       :default => 0
     t.boolean  "accept_comments",      :default => true
     t.integer  "reference_article_id"



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/b26b871e8ea0a45f50da993169158c4a73f9fccf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150813/95131d86/attachment.html>


More information about the Noosfero-dev mailing list