From 24fcb7ffac959d13a9a1d0455d30254fbe06e172 Mon Sep 17 00:00:00 2001 From: Larry Lam Date: Wed, 30 Jan 2019 19:39:44 -0800 Subject: [PATCH] duplicated --- VNSB_settings.sql | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 VNSB_settings.sql diff --git a/VNSB_settings.sql b/VNSB_settings.sql deleted file mode 100644 index e85fefe..0000000 --- a/VNSB_settings.sql +++ /dev/null @@ -1,41 +0,0 @@ --- phpMyAdmin SQL Dump --- version 2.8.0.1 --- http://www.phpmyadmin.net --- --- Host: custsql-pow13 --- Generation Time: Jan 31, 2017 at 05:24 PM --- Server version: 5.6.32 --- PHP Version: 4.4.9 --- --- Database: `superbowl_51` --- - --- -------------------------------------------------------- - --- --- Table structure for table `VNSB_settings` --- - -CREATE TABLE `VNSB_settings` ( - `sb_date` varchar(30) NOT NULL DEFAULT '', - `sb_logo` varchar(30) DEFAULT NULL, - `NFC_team` varchar(30) DEFAULT NULL, - `NFC_logo` varchar(80) DEFAULT NULL, - `AFC_team` varchar(30) DEFAULT NULL, - `AFC_logo` varchar(80) DEFAULT NULL, - `Bet` varchar(5) NOT NULL DEFAULT '5.00', - `Win_first` tinyint(2) NOT NULL DEFAULT '20', - `Win_second` tinyint(2) NOT NULL DEFAULT '25', - `Win_third` tinyint(2) NOT NULL DEFAULT '20', - `Win_final` tinyint(2) NOT NULL DEFAULT '35', - `Version` char(3) NOT NULL DEFAULT '', - `Admin_email` varchar(30) NOT NULL DEFAULT 'admin@email.com', - `Admin_pwd` varchar(8) NOT NULL DEFAULT 'password', - PRIMARY KEY (`sb_date`) -) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Setting for VN SuperBowl Squares'; - --- --- Dumping data for table `VNSB_settings` --- - -INSERT INTO `VNSB_settings` VALUES ('February 5, 2017', 'sb_logo.png', 'Falcons', '/VNSB_releases/NFL_logos/Atlanta_Falcons.gif', 'Patriots', '/VNSB_releases/NFL_logos/NewEngland_Patriots.gif', '5.00', 20, 25, 20, 35, '4.2', 'admin@vnlisting.com', 'iloveu29');