lahmanlite/sql/franchiseseasons.sql

4 lines
65 B
PL/PgSQL

begin;
alter table "teams" rename to "franchiseseasons";
commit;