just renamed 2 functions

This commit is contained in:
2024-02-19 14:55:14 +01:00
parent 07f4de78e4
commit 9001c734ae
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/google/uuid"
)
func initTable() {
func initTables() {
createTableQuery := `CREATE TABLE IF NOT EXISTS tags (
tag_id TEXT NOT NULL,
tag_name TEXT NOT NULL,