5 lines
102 B
SQL
5 lines
102 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
ALTER TABLE klassen RENAME COLUMN ordnung TO ordinal;
|
|
|