From 8510c36ded85740885e67b59ee2ec2360986c0a9 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 23 Jan 2024 01:40:39 -0500 Subject: new tables: tags, post_tags, generated sqlboiler tags model, updated posts/get template, updated posts table to take nullable description and user_id foreign key --- src/models/psql_suites_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/models/psql_suites_test.go') diff --git a/src/models/psql_suites_test.go b/src/models/psql_suites_test.go index c552b41..b49f957 100644 --- a/src/models/psql_suites_test.go +++ b/src/models/psql_suites_test.go @@ -8,5 +8,7 @@ import "testing" func TestUpsert(t *testing.T) { t.Run("Posts", testPostsUpsert) + t.Run("Tags", testTagsUpsert) + t.Run("Users", testUsersUpsert) } -- cgit v1.2.3