improvements to front office payments, including posting of payments to billing or...
[openemr.git] / sql / 2_8_3-to-2_8_4_upgrade.sql
blobd219b2fe2ca68a0f272712c3854a6027d079e598
1 ALTER TABLE form_encounter
2   ADD billing_note text NOT NULL DEFAULT '';
4 ALTER TABLE users
5   ADD organization varchar(255) NOT NULL DEFAULT '',
6   ADD valedictory  varchar(255) NOT NULL DEFAULT '';
8 ALTER TABLE openemr_postcalendar_events
9   ADD pc_facility smallint(6) NOT NULL default '0' COMMENT 'facility id for this event';
11 ALTER TABLE payments
12   ADD encounter bigint(20) NOT NULL DEFAULT 0;