diff options
author | Prashant P. Shah | 2011-07-11 17:28:15 +0530 |
---|---|---|
committer | Prashant P. Shah | 2011-07-11 17:28:15 +0530 |
commit | b65ec046bf14cc83627df690c361d3bd23b633b9 (patch) | |
tree | 53d75782d56d8a43eef8467c95404a5039bd9fb5 /lab_migration.install | |
parent | aa2d1b68d257759e3ce33a29764d94c3c39b1146 (diff) | |
download | scilab_lab_migration-b65ec046bf14cc83627df690c361d3bd23b633b9.tar.gz scilab_lab_migration-b65ec046bf14cc83627df690c361d3bd23b633b9.tar.bz2 scilab_lab_migration-b65ec046bf14cc83627df690c361d3bd23b633b9.zip |
Updated database
Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'lab_migration.install')
-rw-r--r-- | lab_migration.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lab_migration.install b/lab_migration.install index b6b818b..8530b7a 100644 --- a/lab_migration.install +++ b/lab_migration.install @@ -54,6 +54,12 @@ function lab_migration_schema() 'type' => 'int', 'not null' => TRUE, ), + 'name_title' => array( + 'description' => t('TODO: please describe this field!'), + 'type' => 'varchar', + 'length' => '5', + 'not null' => TRUE, + ), 'name' => array( 'description' => t('TODO: please describe this field!'), 'type' => 'varchar', |