Lists: list & add
This commit is contained in:
parent
fe71c07e17
commit
c54cad7738
6 changed files with 173 additions and 3 deletions
|
|
@ -42,6 +42,8 @@ func connectDatabase() (*gorm.DB, error) {
|
|||
&models.Person{},
|
||||
&models.ManageSection{},
|
||||
&models.ManageParentSection{},
|
||||
&models.List{},
|
||||
&models.ListItem{},
|
||||
)
|
||||
if err != nil {
|
||||
// TODO: Handle exception
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue