Fix: \n 1. Rename database to demo \n 2. Improve card styles for ERP Admin pages
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS demo;
|
||||
|
||||
GRANT ALL PRIVILEGES ON demo.* TO 'teddy'@'%';
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
USE demo;
|
||||
|
||||
/* Clear Store DataBase */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user