Skip to content

Commit

Permalink
make second_brain_url updateable
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Apr 10, 2024
1 parent 3a238ad commit 7fb75b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ var Updatables = []string{
"unlisted", "private", "deleted",
"app_url", "bots", "feed_url", "feed_type",
"owner_route_hint", "updated", "pin",
"profile_filters",
"profile_filters", "second_brain_url",
}
var Botupdatables = []string{
"name", "description", "tags", "img",
Expand Down
3 changes: 2 additions & 1 deletion tribes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ CREATE TABLE tribes (
unique_name TEXT,
pin TEXT,
preview TEXT,
profile_filters TEXT
profile_filters TEXT,
second_brain_url TEXT
);

-- for searching
Expand Down

0 comments on commit 7fb75b0

Please sign in to comment.