All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.v0.19.0.6__add_cleanup_param.sql Maven / Gradle / Ivy

There is a newer version: v0.35.0
Show newest version
ALTER TABLE public.bulkloadfile_aud
   ADD bulkloadcleanup character varying(255);
ALTER TABLE public.bulkloadfile
   ADD bulkloadcleanup character varying(255);

UPDATE public.bulkloadfile_aud SET bulkloadcleanup = 'YES';
UPDATE public.bulkloadfile SET bulkloadcleanup = 'YES';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy