We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a24c8 commit d3d34dfCopy full SHA for d3d34df
nix/tools/dbmate-tool.sh.in
@@ -170,18 +170,6 @@ check_orioledb_ready() {
170
return 1
171
}
172
173
-trim_schema() {
174
- case "$CURRENT_SYSTEM" in
175
- "x86_64-darwin"|"aarch64-darwin")
176
- sed -i '' '/INSERT INTO public.schema_migrations/,$d' "./db/schema.sql"
177
- echo "Matched: $CURRENT_SYSTEM"
178
- ;;
179
- *)
180
- sed -i '/INSERT INTO public.schema_migrations/,$d' "./db/schema.sql"
181
182
- esac
183
-}
184
-
185
perform_dump() {
186
local max_attempts=3
187
local attempt=1
0 commit comments