mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 09:24:12 +01:00
Make possible to use from fresh installation.
This commit is contained in:
parent
f6637531d0
commit
f9c7782eb1
@ -1,10 +1,5 @@
|
|||||||
// DROP DATABASE yubico;
|
CREATE DATABASE yubico;
|
||||||
// CREATE DATABASE yubico;
|
USE yubico;
|
||||||
// USE yubico;
|
|
||||||
|
|
||||||
// DROP TABLE IF EXISTS clients;
|
|
||||||
// DROP TABLE IF EXISTS perms;
|
|
||||||
// DROP TABLE IF EXISTS yubikeys;
|
|
||||||
|
|
||||||
CREATE TABLE clients (
|
CREATE TABLE clients (
|
||||||
id int NOT NULL auto_increment,
|
id int NOT NULL auto_increment,
|
||||||
|
Loading…
Reference in New Issue
Block a user