Skip to content

FCF-18 Add the PSQL DB with users, organizations, and organization users

Oliver Baldwin Edwards requested to merge FCF-18-psql-db into main

Purpose

Adds a PSQL DB with users, organizations, organization users, and development data.

Related Issues

Closes FCF-18

Submission Checklist

  • Included Jira issue in the PR title (e.g. FCF-### <title>)
  • Code passes linter rules (clj-kondo --lint src)
  • Feature(s) work when compiled (clojure -M:compile-cljs)

Testing

bb functions && bb dev-data Then run psql -U fcf to make sure your DB was loaded properly.

Merge request reports