Project

General

Profile

1 8163 aaronmk
#!/bin/bash
2
# :mode=transact-sql:
3
cd "$(dirname "$0")"
4
. ../../../lib/import.sh
5
6
psql <<'EOF'
7 6310 aaronmk
ALTER TABLE :table ALTER COLUMN "PlotCD" TYPE bigint
8
USING "PlotCD"::bigint;