Add database persistence for material setting

This commit is contained in:
Melanie Thielker
2008-10-03 12:11:38 +00:00
parent 7f007d8ed0
commit ec47a1bff2
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
begin;
ALTER TABLE prims ADD COLUMN Material tinyint NOT NULL default 3;
commit;