2
0
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:
Adam Zammit
2013-03-08 12:03:32 +11:00
parent 805335bad9
commit 09a3fd1dc1
2 changed files with 6 additions and 1 deletions

View File

@@ -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)