1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Make possible to use from fresh installation.

This commit is contained in:
Simon Josefsson 2009-03-18 10:28:40 +00:00
parent f6637531d0
commit f9c7782eb1

View File

@ -1,10 +1,5 @@
// DROP DATABASE yubico;
// CREATE DATABASE yubico;
// USE yubico;
// DROP TABLE IF EXISTS clients;
// DROP TABLE IF EXISTS perms;
// DROP TABLE IF EXISTS yubikeys;
CREATE DATABASE yubico;
USE yubico;
CREATE TABLE clients (
id int NOT NULL auto_increment,