Add field "site" in admin panel.

This commit is contained in:
baldo 2017-08-13 17:22:34 +02:00
commit 88dab5743f
4 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1 @@
ALTER TABLE node_state ADD COLUMN site VARCHAR(32);