Skip to content

Commit

Permalink
Added modifications for multiple providers option
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonsoftwarero committed Jun 5, 2007
1 parent a17d3d5 commit af207c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27158,6 +27158,7 @@ DROP TABLE IF EXISTS `openemr_postcalendar_events`;
CREATE TABLE `openemr_postcalendar_events` (
`pc_eid` int(11) unsigned NOT NULL auto_increment,
`pc_catid` int(11) NOT NULL default '0',
`pc_multiple` int(10) unsigned NOT NULL,
`pc_aid` varchar(30) NOT NULL default '',
`pc_pid` varchar(11) NOT NULL default '',
`pc_title` varchar(150) default '',
Expand Down

0 comments on commit af207c0

Please sign in to comment.