Replace site title with string from settings table
This commit is contained in:
@@ -15,6 +15,12 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Dumping data for table `settings`
|
||||
--
|
||||
|
||||
UPDATE `settings` SET `value`='Example Status Board' WHERE `name`='site.title';
|
||||
|
||||
--
|
||||
-- Dumping data for table `service`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user