noosfero | Adds datetime field to CustomForms plugin (!1690)

Gabriel Silva gitlab at mg.gitlab.com
Tue Aug 27 20:36:00 BRT 2019



Merge request https://gitlab.com/noosfero/noosfero/merge_requests/1690 was reviewed by Gabriel Silva

--
  
Gabriel Silva started a new discussion on plugins/custom_forms/db/migrate/20191305100427_create_date_time_field_type_in_custom_forms_plugin.rb: https://gitlab.com/noosfero/noosfero/merge_requests/1690#note_208938461

> +class CreateDateTimeFieldTypeInCustomFormsPlugin < ActiveRecord::Migration[5.1]
> +  def change
> +    add_column :custom_forms_plugin_fields, :datetime_value, :datetime

We don't need this column, right? Looks like this field still uses `value`.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1690
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190827/208fc183/attachment.html>


More information about the Noosfero-dev mailing list