Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Swapped out datetime for varchar
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Proft committed Jul 16, 2015
1 parent ed334c7 commit 3230390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/ushahidi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1518,8 +1518,8 @@ CREATE TABLE IF NOT EXISTS `opportunities` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`resource_available` varchar(75) NOT NULL,
`pcv_name` varchar(75) NOT NULL,
`available_from` datetime DEFAULT NULL,
`available_until` datetime DEFAULT NULL,
`available_from` varchar(75) DEFAULT NULL,
`available_until` varchar(75) DEFAULT NULL,
`contact` varchar(75) NOT NULL,
`add_info` text DEFAULT NULL,
PRIMARY KEY (`id`)
Expand Down

0 comments on commit 3230390

Please sign in to comment.