-
Wealthsimple
- Montreal
Pinned Loading
-
Unit testing Flask and Alembic datab...
Unit testing Flask and Alembic database migrations with pytest 1from alembic.config import Config
2from alembic.script import ScriptDirectory
3from flask_migrate import downgrade, upgrade, stamp
45from flask_project import create_app
-
Multi-schema Rails support via monke...
Multi-schema Rails support via monkeypatching ActiveRecord's PostgreSQL::SchemaDumper 1##
2# Originally forked from https://gist.github.com/drnic/9d6e63802f1a7517434c25bb80f2ec09
3# Works with Rails 7.0.8 and 7.1.2
4# Intended to support a multi-schema, single DB Rails app, with separate files for the public schema (schema.rb)
5# and the new schema (second_schema.rb)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.