source: contrib/psync/src/main/sql/postgresql/drop_schema.sql @ 1009

Revision 1009, 288 bytes checked in by wmerlotto, 15 years ago (diff)

Ticket #554 - Commit da versão inicial do psync.

Line 
1ALTER TABLE public.phpgw_cal DROP COLUMN last_status;
2ALTER TABLE public.phpgw_cal DROP COLUMN last_update;
3
4ALTER TABLE public.phpgw_cc_contact DROP COLUMN last_status;
5ALTER TABLE public.phpgw_cc_contact DROP COLUMN last_update;
6ALTER TABLE public.phpgw_cc_contact DROP COLUMN category;
Note: See TracBrowser for help on using the repository browser.