From 474c000377fe72fdf83abcffab3efe6600d46fd3 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 20 Sep 2006 15:33:46 +0000 Subject: [PATCH] Add a position field to the award sponsors contacts --- db/db.code.version.txt | 2 +- db/db.update.25.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.25.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index a45fd52..7273c0f 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -24 +25 diff --git a/db/db.update.25.sql b/db/db.update.25.sql new file mode 100644 index 0000000..982ea73 --- /dev/null +++ b/db/db.update.25.sql @@ -0,0 +1 @@ +ALTER TABLE `award_contacts` ADD `position` VARCHAR( 64 ) NOT NULL AFTER `lastname` ;