Skip to content

Commit

Permalink
Removed temp table
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 18, 2017
1 parent 4f78c75 commit 93197fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 139 deletions.
Binary file modified db/magnum.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 1 addition & 19 deletions db/magnum.sql
Expand Up @@ -210,24 +210,6 @@ CREATE TABLE `site` (
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `temptable`
--

DROP TABLE IF EXISTS `temptable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `temptable` (
`id` int(11) NOT NULL DEFAULT '0',
`invoice` int(11) NOT NULL DEFAULT '0',
`line_no` int(11) NOT NULL DEFAULT '0',
`week` int(11) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`amount` decimal(10,2) NOT NULL DEFAULT '0.00',
`vat` char(10) NOT NULL DEFAULT 'standard'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `vat_rate`
--
Expand Down Expand Up @@ -275,4 +257,4 @@ CREATE TABLE `week` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-02-18 11:39:40
-- Dump completed on 2017-02-18 11:43:58
120 changes: 0 additions & 120 deletions lib/Magnum/Schema/Result/Temptable.pm

This file was deleted.

0 comments on commit 93197fa

Please sign in to comment.