2009/10/09 01:08:02 +0100 claunia: Just configured from Wine's GIT

This commit is contained in:
2014-09-04 05:03:23 +01:00
parent 5a9e078df6
commit 5958722a91
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ create database if not exists bugs;
use bugs;
/* make sure the wineowner user has access to the bugs database */
grant all on bugs.* to 'wineowner'@'localhost';
grant all on bugs.* to 'qemu'@'localhost';
drop table if exists versions;

0
tables/create_bugzilla_tables Normal file → Executable file
View File