Now can do all CRUD and just need search and pagination.

This commit is contained in:
Zed A. Shaw 2025-07-27 11:22:33 -04:00
parent b0ba0c7e16
commit e178ca6733
5 changed files with 62 additions and 10 deletions

View file

@ -36,7 +36,7 @@ func TestAdminIndexPage(t *testing.T) {
_, err = data.DB.Exec(sql_query, args...)
assert.NoError(err)
err = admin.Insert(table, val)
id, count, err = admin.Insert(table, val)
assert.NoError(err, email)
}