Skip to content

Commit

Permalink
added second_brain_url
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Feb 22, 2024
1 parent bca87b6 commit 9d5baa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func InitDB() {
fmt.Println("db connected")

// migrate table changes
db.AutoMigrate(&Tribe{})
db.AutoMigrate(&Person{})
db.AutoMigrate(&Channel{})
db.AutoMigrate(&LeaderBoard{})
Expand Down
1 change: 1 addition & 0 deletions tribes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CREATE TABLE tribes (
deleted boolean,
app_url TEXT,
feed_url TEXT,
second_brain_url TEXT,
feed_type INT,
last_active BIGINT,
bots TEXT,
Expand Down

0 comments on commit 9d5baa0

Please sign in to comment.