From fd01208880964e870cc73089dd540cf0a8610e40 Mon Sep 17 00:00:00 2001 From: James DeVore Date: Thu, 8 Aug 2019 16:59:47 -0400 Subject: [PATCH] fixed to text fields --- data/ancestries.sql | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/ancestries.sql b/data/ancestries.sql index 7bad306..dae1215 100644 --- a/data/ancestries.sql +++ b/data/ancestries.sql @@ -6,14 +6,14 @@ a field with markdown formatted text. Need to think on it. */ INSERT INTO ancestries (ancestry_id, short_name, flavor_text, hp, size_id, speed, vision_id,sources_id,sources_pages) VALUES - (1, 'Dwarf', 'TODO', 10, 3, 20, 1,1,35), - (2, 'Elf', 'TODO', 6, 3, 30, 2,1,39), - (3, 'Gnome', 'TODO', 8, 2, 25, 2,1,43), - (4, 'Goblin', 'TODO', 6, 2, 25, 1,1,47), - (5, 'Halfling', 'TODO', 6, 2, 25, 3,1,51), - (6, 'Human', 'TODO', 8, 3, 25, 4,1,55), - (7, 'Half-Elf', 'TODO', 8, 3, 25, 4,1,55), - (8, 'Half-Orc', 'TODO', 8, 3, 25, 4,1,55); + (1, 'Dwarf', 'TODO', 10, 3, 20, 1,1,"35"), + (2, 'Elf', 'TODO', 6, 3, 30, 2,1,"39"), + (3, 'Gnome', 'TODO', 8, 2, 25, 2,1,"43"), + (4, 'Goblin', 'TODO', 6, 2, 25, 1,1,"47"), + (5, 'Halfling', 'TODO', 6, 2, 25, 3,1,"51"), + (6, 'Human', 'TODO', 8, 3, 25, 4,1,"55"), + (7, 'Half-Elf', 'TODO', 8, 3, 25, 4,1,"55"), + (8, 'Half-Orc', 'TODO', 8, 3, 25, 4,1,"55"); /* TODO insert remaining data into ancestries_boosts and ancestries_flaws */