From d5176d753870a3da8595f52f932637288c463dfc Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 31 Jan 2024 00:46:03 +0000 Subject: [PATCH] Adjust conversion to load BIOGRAPHY_DATA instead of BIOGRAPHY --- conversion/load_data.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conversion/load_data.sql b/conversion/load_data.sql index deb6e7d..f98865b 100644 --- a/conversion/load_data.sql +++ b/conversion/load_data.sql @@ -1,4 +1,4 @@ --- Copyright (C) 2023 The Meme Factory, Inc. http://www.karlpinc.com/ +-- Copyright (C) 2023, 2024 The Meme Factory, Inc. http://www.karlpinc.com/ -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as @@ -53,8 +53,8 @@ INSERT INTO people (person, name, description, active) -- Data tables --- biography -> biography -INSERT INTO biography( +-- biography -> biography_data +INSERT INTO biography_data( animid ,animidnum ,animname -- 2.34.1