mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Changed phone field to be a char to handle starting with 0 correctly
This commit is contained in:
@@ -40,6 +40,11 @@ Allow for enabling/disabling sample files:
|
||||
|
||||
ALTER TABLE `sample_import` ADD `enabled` TINYINT( 1 ) NOT NULL DEFAULT '1';
|
||||
|
||||
Contact phone should allow for char phone numbers:
|
||||
|
||||
ALTER TABLE `contact_phone` CHANGE `phone` `phone` CHAR( 30 ) NOT NULL
|
||||
|
||||
|
||||
queXS 1.6.1 - Changes since 1.6.0
|
||||
|
||||
New Feature: Include paradata/metadata in data output (number call attempts, number of answering machine messages and all sample variables)
|
||||
|
||||
Reference in New Issue
Block a user