Skip to content

Commit

Permalink
Updated DB dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Veelkoov committed Feb 19, 2020
1 parent 8d261dc commit ce48bb3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions db_dump/fuzzrake.sql
Expand Up @@ -302,7 +302,7 @@ INSERT INTO artisans VALUES (317, 'LLMFURS', 'M000065', 'LLM Costumes | Lizard L
INSERT INTO artisans VALUES (318, 'TRIBPAW', '', 'Tribal Paw Studios', '', '', '2018-02', 'DK', '', 'Nykøbing Mors', replace ('Premades\nStandard commissions', '\n', char (10)), 'Toony', '', replace ('Bodysuits (as parts/separate)\nFeetpaws (as parts/separate)\nFull digitigrade\nFull plantigrade\nHandpaws (as parts/separate)\nHead (as parts/separate)\nMini partial (head + handpaws + tail)\nPartial (head + handpaws + tail + feetpaws)\nTails (as parts/separate)\nThree-fourth (head + handpaws + tail + legs/pants + feetpaws)', '\n', char (10)), '', '', '', '', '', '', replace ('Danish\nEnglish', '\n', char (10)), '', 'NO', '', '', '');
INSERT INTO artisans VALUES (319, 'SCCFURS', '', 'Space Cat Creations', '', 'Welcome to Space Cat Creations! We look forward to working with you!', '2008-04', 'US', 'Connecticut', 'Milford', replace ('Artistic liberty commissions\nPremades\nStandard commissions', '\n', char (10)), replace ('Semi Toony\nToony', '\n', char (10)), '', replace ('Bodysuits (as parts/separate)\nFeetpaws (as parts/separate)\nFull digitigrade\nFull plantigrade\nHandpaws (as parts/separate)\nHead (as parts/separate)\nMini partial (head + handpaws + tail)\nPartial (head + handpaws + tail + feetpaws)\nTails (as parts/separate)', '\n', char (10)), '', replace ('Attached handpaws and feetpaws\nAttached tail\nExchangeable hairs\nExchangeable tongues\nFollow-me eyes\nIndoor feet\nOutdoor feet\nRemovable blush\nRemovable eyelids\nRemovable horns/antlers', '\n', char (10)), '', '40% deposit, rest on completion', 'Any species', '', 'English', '', 'ANNOUNCEMENTS', 'TELEGRAM', 'TELEGRAM: @p*****k', '');
INSERT INTO artisans VALUES (320, '', 'M000320', 'Dynamic Cats Studio | DynamiCatStudio', '', '', '', 'MX', '', 'Guadalajara', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
INSERT INTO artisans VALUES (321, '', 'M000321', 'Sab!er Studios | Sabier Studios', '', '', '', 'US', 'Pennsylvania', '', '', '', '', '', '', '', '', '', '', '', '', '', 'NO', '', '', '');
INSERT INTO artisans VALUES (321, 'SABIERS', 'M000321', 'Sab!er Studios | Sabier Studios', '', 'Hi! I am an expressive fursuit maker of thicc and snuggly creatures. Birthplace of the Lloteer species, a monster mix of deer and sabertooth that protect the dream world.', '', 'US', 'Pennsylvania', 'Pittsburgh', replace ('Artistic liberty commissions\nPremades\nStandard commissions', '\n', char (10)), replace ('Semi Toony\nToony', '\n', char (10)), '', replace ('Bodysuits (as parts/separate)\nFeetpaws (as parts/separate)\nFull digitigrade\nHandpaws (as parts/separate)\nHead (as parts/separate)\nMini partial (head + handpaws + tail)\nPartial (head + handpaws + tail + feetpaws)\nTails (as parts/separate)\nThree-fourth (head + handpaws + tail + legs/pants + feetpaws)', '\n', char (10)), replace ('Sculptures\nProps', '\n', char (10)), replace ('Adjustable/wiggle ears\nAttached handpaws and feetpaws\nAttached tail\nExchangeable hairs\nExchangeable tongues\nFollow-me eyes\nIn-head fans\nIndoor feet\nLED eyes\nOutdoor feet\nRemovable eyelids\nRemovable horns/antlers\nWashable heads', '\n', char (10)), '', '30% nonrefundable downpayment. 100-200$ monthly til fully paid. 3-6 month limit.', replace ('Lloteer\nDutch Angel Dragons\nFelines\nCanines\nRodents\nUngulates\nOthers\nEtc', '\n', char (10)), '', '', '', 'FEEDBACK', 'TELEGRAM', 'TELEGRAM: @as*******lt', '');
INSERT INTO artisans VALUES (322, '', 'M000322', 'Twitchin'' Whiskers', '', '', '', 'US', 'Minnesota', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
INSERT INTO artisans VALUES (323, '', 'M000323', 'Kabber Creations', '', '', '', 'US', 'Oregon', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
INSERT INTO artisans VALUES (324, '', 'M000324', 'APCostumes', '', '', '', 'US', 'Texas', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
Expand Down Expand Up @@ -2089,6 +2089,8 @@ INSERT INTO artisans_urls VALUES (9199, 367, 'URL_TWITTER', 'https://twitter.com
INSERT INTO artisans_urls VALUES (9200, 330, 'URL_SCRITCH', 'https://scritch.es/makers/schorsuits', NULL, NULL, 0 , '');
INSERT INTO artisans_urls VALUES (9201, 179, 'URL_FURSUITREVIEW', 'http://fursuitreview.com/maker/gray-realm-studio/', NULL, NULL, 0 , '');
INSERT INTO artisans_urls VALUES (9202, 179, 'URL_SCRITCH', 'https://scritch.es/makers/grayrealm-studio', NULL, NULL, 0 , '');
INSERT INTO artisans_urls VALUES (9203, 321, 'URL_TWITTER', 'https://twitter.com/aspexofsalt', NULL, NULL, 0 , '');
INSERT INTO artisans_urls VALUES (9204, 321, 'URL_SCRITCH', 'https://scritch.es/makers/sabier-studios', NULL, NULL, 0 , '');
CREATE TABLE events (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, old_status BOOLEAN DEFAULT NULL, new_status BOOLEAN DEFAULT NULL, timestamp DATETIME NOT NULL, type VARCHAR (16) NOT NULL COLLATE BINARY, artisan_name VARCHAR (256) NOT NULL COLLATE BINARY, checked_url VARCHAR (1024) NOT NULL COLLATE BINARY, open_match CLOB NOT NULL COLLATE BINARY, closed_match CLOB NOT NULL COLLATE BINARY, description CLOB NOT NULL);
INSERT INTO events VALUES (5, NULL, NULL, '2019-02-17 14:16:00.000000 +00:00', 'GENERIC', '', '', '', '', 'From now on, the software will record all changes in commissions statuses.');
INSERT INTO events VALUES (6, NULL, 0, '2019-02-17 14:17:07.000000 +00:00', 'CS_UPDATED', 'Happy Tails Costumes', 'https://twitter.com/Happytailstweet', '', '', '');
Expand Down Expand Up @@ -2639,10 +2641,11 @@ INSERT INTO events VALUES (1654, 0, NULL, '2020-02-16 06:04:42', 'CS_UPDTD_DETLS
INSERT INTO events VALUES (1655, 0, NULL, '2020-02-16 18:04:53', 'CS_UPDTD_DETLS', 'Fix It Fursuits', 'https://www.fixitfursuits.com/get-a-quote', '', '', '');
INSERT INTO events VALUES (1656, NULL, 0, '2020-02-16 18:04:57', 'CS_UPDTD_DETLS', 'maxyncheese', 'https://maxyncheese.wixsite.com/home', '', '["g\" class=\"ca1img\"></wix-image></div></div><div class=\"txtnew\" id=\"comp-ir243rb8\"><h2 class=\"font_6\">","commissions closed","</h2></div><div class=\"txtnew\" id=\"comp-irarbd0i\"><h2 class=\"font_6\">&middot;affordable fursuits, pr"]', '');
INSERT INTO events VALUES (1657, NULL, NULL, '2020-02-16 21:00:00', 'GENERIC', '', '', '', '', '- Updated 1 maker data based on the maker''s request (<a href="https://github.com/veelkoov/fuzzrake/commit/a485a7f85c875b74304b1406bdb03947026d25cd" target="_blank">git</a>)');
INSERT INTO events VALUES (1658, NULL, NULL, '2020-02-19 18:53:00', 'GENERIC', '', '', '', '', '- Updated 1 maker data based on the maker''s request (<a href="https://github.com/veelkoov/fuzzrake/commit/8d261dc655f84d2304c20fa5fa2ca85f7c04d4df" target="_blank">git</a>)');
DELETE FROM sqlite_sequence;
INSERT INTO sqlite_sequence VALUES ('artisans', 370);
INSERT INTO sqlite_sequence VALUES ('artisans_commissions_statues', 333);
INSERT INTO sqlite_sequence VALUES ('artisans_urls', 9202);
INSERT INTO sqlite_sequence VALUES ('events', 1657);
INSERT INTO sqlite_sequence VALUES ('artisans_urls', 9204);
INSERT INTO sqlite_sequence VALUES ('events', 1658);
CREATE UNIQUE INDEX UNIQ_4148D9A35ED3C7B7 ON artisans_commissions_statues (artisan_id);
COMMIT;

0 comments on commit ce48bb3

Please sign in to comment.