Compare commits

..

1 Commits

Author SHA1 Message Date
Roberto Soto a82c3edf4e seed needed before accounts creation 2026-05-19 19:45:50 -04:00
+1 -1
View File
@@ -58,7 +58,7 @@ assets() {
admin() {
environment
bundle exec rails db:seed
bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner
bin/tootctl accounts approve "$1"
}