rename ports column in device table to be num_ports

This commit is contained in:
Oliver Gorwits
2020-04-18 16:50:49 +01:00
parent 11e8d7c001
commit 4f57a4d30a
5 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE device RENAME COLUMN ports TO num_ports;
COMMIT;