performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
6 stars 1 forks source link

Change Document publication_date column type from :date to :string #360

Closed sarastanton closed 3 years ago

sarastanton commented 3 years ago

What this PR does:

Steps to test:

  1. Navigate to Documents index (/documents) and click on 'Edit' button for any given document
  2. Update 'Publication field' date to anything (i.e. "Early 1800s", "1826-04-23", "Victorian Era", "1826", etc.) and save changes
  3. Navigate away and back to same Document record - observe that updated 'Publication field' value persists

Visual change(s): N/A

sarastanton commented 3 years ago

This migration will automatically convert date attributes to string attributes in 'YYYY-MM-DD' format