mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
5 lines
71 B
PL/PgSQL
5 lines
71 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.characters RENAME hrp TO hr;
|
|
|
|
END; |