cloudflare / wildebeest

Wildebeest is an ActivityPub and Mastodon-compatible server
Other
2.04k stars 399 forks source link

fix SQL is_admin type #372

Closed xtuc closed 1 year ago

xtuc commented 1 year ago

The is_admin column is an INTEGER. While SQLite doesn't mind converting TRUE to an integer Postgresql is throwing an error.

Switch to 1 which is consistent with the column type.