Last active
December 11, 2015 02:28
-
-
Save tinogis/4530283 to your computer and use it in GitHub Desktop.
Neteja constraints de FPCC_tarifa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in `psql -l -A -t | grep -v 'postgres' | grep -v 'proxy'| cut -d '|' -f 1 `; do | |
psql -d $i -c "alter table giscedata_liquidacio_fpcc_tarifa DROP CONSTRAINT giscedata_liquidacio_fpcc_tarifa_tarifa_uniq;" ; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment