bpssoft
2007-11-09 3eeed9bdef1040d4f1f9343201cd8b30e21d273c
install/sql/ispconfig3.sql
@@ -864,3 +864,13 @@
-- 
-- Daten für Tabelle `web_domain`
-- 
--
-- Table for attempts login
--
CREATE TABLE `attempts_login` (
  `ip` varchar(12) NOT NULL,
  `times` tinyint(1) NOT NULL default '1',
  `login_time` timestamp NOT NULL default '0000-00-00 00:00:00'
);