From 542ae17afd5dc40bbf654ad156fcc8b81b0d0d4c Mon Sep 17 00:00:00 2001 From: cron Date: Wed, 23 Sep 2009 08:14:54 +0000 Subject: [PATCH] property_manager database backup as of 2009_09_23_0114 git-svn-id: file:///svn-source/pmgr/tags/v0.1.0@856 97e9348a-65ac-dc4b-aefc-98561f571b83 --- db/property_manager.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/db/property_manager.sql b/db/property_manager.sql index ae2a6ce..11a8712 100644 --- a/db/property_manager.sql +++ b/db/property_manager.sql @@ -230,7 +230,7 @@ CREATE TABLE `pmgr_contact_addresses` ( `country` varchar(128) DEFAULT NULL, `comment` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; +) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- @@ -283,6 +283,7 @@ INSERT INTO `pmgr_contact_addresses` VALUES (43,'PO Box 626','Chewelah','WA','99 INSERT INTO `pmgr_contact_addresses` VALUES (44,'4565 Hwy 231','Springdale','WA','99173','USA',NULL); INSERT INTO `pmgr_contact_addresses` VALUES (45,'3463 B Hwy 395 South','Loon Lake','WA','99148','USA',NULL); INSERT INTO `pmgr_contact_addresses` VALUES (46,'PO Box 51','Valley','WA','99181',NULL,NULL); +INSERT INTO `pmgr_contact_addresses` VALUES (47,'3337 Waitts Lake Rd','Valley','WA','99181',NULL,NULL); /*!40000 ALTER TABLE `pmgr_contact_addresses` ENABLE KEYS */; UNLOCK TABLES; @@ -745,7 +746,7 @@ INSERT INTO `pmgr_contacts_methods` VALUES (65,'PHONE',63,'MAIN','PRIMARY',NULL) INSERT INTO `pmgr_contacts_methods` VALUES (66,'PHONE',64,'MAIN','PRIMARY',NULL); INSERT INTO `pmgr_contacts_methods` VALUES (77,'PHONE',65,'MAIN','PRIMARY',NULL); INSERT INTO `pmgr_contacts_methods` VALUES (76,'PHONE',66,'MAIN','PRIMARY',NULL); -INSERT INTO `pmgr_contacts_methods` VALUES (60,'ADDRESS',46,'MAIN','PRIMARY',NULL); +INSERT INTO `pmgr_contacts_methods` VALUES (60,'ADDRESS',47,'MAIN','PRIMARY',NULL); /*!40000 ALTER TABLE `pmgr_contacts_methods` ENABLE KEYS */; UNLOCK TABLES; @@ -6425,7 +6426,7 @@ INSERT INTO `pmgr_transactions` VALUES (690,'PAYMENT','2009-08-05 07:00:00',58,1 INSERT INTO `pmgr_transactions` VALUES (691,'PAYMENT','2009-08-05 07:00:00',59,1,27,'DEBIT',25.00,NULL); INSERT INTO `pmgr_transactions` VALUES (692,'INVOICE','2009-06-27 07:00:00',37,1,27,'DEBIT',10.00,'In consideration with other leases, $10 for temporary boat trailer storage'); INSERT INTO `pmgr_transactions` VALUES (693,'RECEIPT','2009-08-26 07:00:00',44,1,27,'CREDIT',25.00,'Security Deposit Release'); -INSERT INTO `pmgr_transactions` VALUES (694,'PAYMENT','2009-09-03 18:16:00',44,1,27,'DEBIT',25.00,'Paid online. Confirmation #0909040056'); +INSERT INTO `pmgr_transactions` VALUES (694,'PAYMENT','2009-09-03 18:16:00',44,1,27,'DEBIT',25.00,'Paid online. Confirmation #0909040056; Returned undeliverable, resent 9/22/09.'); INSERT INTO `pmgr_transactions` VALUES (696,'RECEIPT','2009-08-28 07:00:00',33,1,27,'CREDIT',65.00,NULL); INSERT INTO `pmgr_transactions` VALUES (697,'RECEIPT','2009-08-28 07:00:00',33,1,27,'CREDIT',65.00,NULL); INSERT INTO `pmgr_transactions` VALUES (698,'RECEIPT','2009-08-28 07:00:00',33,1,27,'CREDIT',55.00,NULL);