Add a position field to the award sponsors contacts

This commit is contained in:
james 2006-09-20 15:33:46 +00:00
parent 951f801093
commit 474c000377
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
24
25

1
db/db.update.25.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `award_contacts` ADD `position` VARCHAR( 64 ) NOT NULL AFTER `lastname` ;