Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(workflows): add github action for deleting data from remote database
## what - add github action for deleting data from remote database - install `psql` client - delete the data on table `activities` - reset auto increment for `activities.id` to 1 ## how ## why - the database is being used by public with limited space - don't want to go overboard in using the database ## where - ./.github/workflows/remoteDatabaseReset.yaml ## usage ## commit id, issue or pull request ## notes
- Loading branch information