camper/revert/company_login_attempt.sql

8 lines
115 B
MySQL
Raw Normal View History

-- Revert camper:company_login_attempt from pg
begin;
drop view if exists camper.company_login_attempt;
commit;