mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
7 lines
71 B
PL/PgSQL
7 lines
71 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE adjustment_stocks
|
|
DROP COLUMN adj_number;
|
|
|
|
COMMIT;
|