* fixing bug when icecast.xml exists VRFS-1010

This commit is contained in:
Seth Call 2014-01-30 09:32:12 -06:00
parent 3903822ca5
commit 956b25c577
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
alter table users add column first_made_recording_at TIMESTAMP;

View File

@ -101,7 +101,7 @@ module JamRuby
end
# if written successfully, overwrite the current file
FileUtils.mv tmp_config, config_file
FileUtils.mv tmp_config, config_file, force: true
# reload server
reload