Skip to content

Commit

Permalink
made the sqlboiler.toml files consistent between all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjh-bst committed Dec 13, 2024
1 parent f24ac77 commit affe807
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions automod/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["automod_rulesets", "automod_rules", "automod_rule_data", "automod_ruleset_conditions", "automod_violations", "automod_lists", "automod_triggered_rules"]
4 changes: 2 additions & 2 deletions bot/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["joined_guilds"]
4 changes: 2 additions & 2 deletions commands/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["commands_channels_overrides","commands_command_overrides"]
4 changes: 2 additions & 2 deletions common/scheduledevents2/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["scheduled_events"]
4 changes: 2 additions & 2 deletions common/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests = true
[psql]
dbname = "yagpdb"
host = "localhost"
user = "postgres"
pass = "pass"
user="yagpdb"
pass="ihateducks"
sslmode = "disable"
whitelist = ["core_configs", "executed_commands"]
4 changes: 2 additions & 2 deletions customcommands/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["custom_command_groups", "custom_commands", "templates_user_database"]
4 changes: 2 additions & 2 deletions logs/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["message_logs", "message_logs2", "messages", "messages2", "guild_logging_configs", "username_listings", "nickname_listings"]
4 changes: 2 additions & 2 deletions moderation/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ no-tests = true
[psql]
dbname = "yagpdb"
host = "localhost"
user = "postgres"
pass = "pass"
user="yagpdb"
pass="ihateducks"
sslmode = "disable"
whitelist = ["moderation_configs", "moderation_warnings", "muted_users"]

Expand Down
4 changes: 2 additions & 2 deletions notifications/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ no-tests = true
[psql]
dbname = "yagpdb"
host = "localhost"
user = "postgres"
pass = "pass"
user="yagpdb"
pass="ihateducks"
sslmode = "disable"
whitelist = ["general_notification_configs"]

Expand Down
4 changes: 2 additions & 2 deletions premium/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["premium_slots", "premium_codes"]
4 changes: 2 additions & 2 deletions reddit/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["reddit_feeds"]
4 changes: 2 additions & 2 deletions reminders/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ no-tests = true
[psql]
dbname = "yagpdb"
host = "localhost"
user = "postgres"
pass = "pass"
user="yagpdb"
pass="ihateducks"
sslmode = "disable"
whitelist = ["reminders"]

Expand Down
4 changes: 2 additions & 2 deletions reputation/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["reputation_configs", "reputation_users", "reputation_log"]
4 changes: 2 additions & 2 deletions rolecommands/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["role_groups", "role_commands", "role_menus", "role_menu_options"]
4 changes: 2 additions & 2 deletions rsvp/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["rsvp_sessions", "rsvp_participants"]
4 changes: 2 additions & 2 deletions serverstats/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["server_stats_periods", "server_stats_configs", "server_stats_member_periods"]
4 changes: 2 additions & 2 deletions soundboard/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["soundboard_sounds"]
4 changes: 2 additions & 2 deletions tickets/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["ticket_configs", "tickets", "ticket_participants"]
4 changes: 2 additions & 2 deletions timezonecompanion/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="ashish"
pass="yagpdb"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["timezone_guild_configs", "user_timezones"]
4 changes: 2 additions & 2 deletions twitter/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["twitter_feeds"]
4 changes: 2 additions & 2 deletions verification/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ no-tests="true"
[psql]
dbname="yagpdb"
host="localhost"
user="postgres"
pass="123"
user="yagpdb"
pass="ihateducks"
sslmode="disable"
whitelist=["verification_configs", "verification_sessions", "verified_users"]
4 changes: 2 additions & 2 deletions youtube/sqlboiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ no-tests = true
[psql]
dbname = "yagpdb"
host = "localhost"
user = "postgres"
pass = "pass"
user="yagpdb"
pass="ihateducks"
sslmode = "disable"
whitelist = ["youtube_channel_subscriptions", "youtube_announcements"]

Expand Down

0 comments on commit affe807

Please sign in to comment.