issues
search
yogthos
/
migratus
MIGRATE ALL THE THINGS!
651
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Migratus CLI requires `clojure.data.json` but the jar does not specify the dependency
#272
p-himik
closed
1 month ago
5
Add functionality for squashing migrations
#271
Gwonwoo-Nam
closed
1 month ago
1
Warn on multiple statements without delimiter
#270
Gwonwoo-Nam
closed
1 month ago
1
Fix bug in sanitizing in-line comments
#269
Gwonwoo-Nam
closed
1 month ago
1
Base directory is hardcoded for init script
#268
colinphill-mdsol
opened
2 months ago
13
Migrations fail due to illegal path construction when packaged in jar
#267
pcruche
closed
2 months ago
4
Using `migratus.cli` programmatically warns about `parse-long` being replaced
#266
p-himik
closed
2 months ago
2
Problem upgrading from 1.3.7 to 1.3.8
#265
dsbw
closed
4 months ago
5
Question: how should sensitive data be handled in migratus?
#264
WorldsEndless
opened
5 months ago
3
How to baseline migrations
#263
insano10
closed
1 month ago
7
Fix spec problem for next.jdbc.sql/insert! and next.jdbc.sql/delete!
#262
kolstae
closed
8 months ago
2
Fix not being able to run migrations when nested txs are prohibited
#261
p-himik
closed
9 months ago
0
Unable to run migrations when `next.jdbc.transaction/*nested-tx*` is set to `:prohibit`
#260
p-himik
closed
9 months ago
3
exclude-scripts behaviour
#259
sindhubb
closed
10 months ago
0
Suggestion: print a warning if a command might contain multiple statements
#258
aviflax
opened
12 months ago
3
Fix disconnect behavior inside Database/init
#257
b-ryan
closed
1 year ago
3
Allow calling code to manage connection disconnects
#256
b-ryan
closed
1 year ago
4
Allow managing the connection state from calling code
#255
b-ryan
closed
1 year ago
2
handle :connection given with no-tx mode
#254
b-ryan
closed
1 year ago
0
Using `:disable-transaction` and passing in a `Connection` object throws error
#253
b-ryan
closed
1 year ago
8
[DONT MERGE] [#240] Improve cli ux and add cli example / docs
#252
ieugen
opened
1 year ago
1
List migration logs
#251
sandre1
closed
1 year ago
4
refactored code for up and down functions
#250
sandre1
closed
1 year ago
0
args-validation for migratus up and down, requires id.
#249
sandre1
closed
1 year ago
0
Migratus rollback doesn't bring down the last migration, but the first migration.
#248
philoskim
opened
1 year ago
5
Added a default config file in global-options.
#247
sandre1
closed
1 year ago
0
Deelted duplicates, cleaned ns form
#246
sandre1
closed
1 year ago
0
Improve logging
#245
sandre1
closed
1 year ago
5
Cli options
#244
sandre1
closed
1 year ago
5
Allow for future migrations that are not run until the timestamp on the migration has passed
#243
sirmspencer
opened
1 year ago
10
Option to ignore regex pattern warning
#242
sirmspencer
opened
1 year ago
6
Table name should be keyword for next.jdbc
#241
conan
opened
1 year ago
2
Add option to list ALL migrations considered by migratus
#240
ieugen
opened
1 year ago
13
[BUG] up / down don't appear to be working with code-based migrations
#239
sirmspencer
closed
1 year ago
4
Return new file name from migratus/create instead of nil
#238
sirmspencer
closed
1 year ago
6
Fix error if any migration lacked an applied date
#237
svdm
closed
1 year ago
1
Re-throw connection error
#236
zhming0
closed
1 year ago
1
Fix test failure
#235
S4G4R
closed
1 year ago
1
Tests failing
#234
S4G4R
closed
1 year ago
0
Rollback using applied date
#233
S4G4R
closed
1 year ago
4
Add ability to exclude scripts based on globs
#232
p-himik
closed
1 year ago
0
Remove sanitation of migration table name
#231
NoahTheDuke
closed
2 years ago
0
Sanitation of migration-table-name breaks existing migrations
#230
NoahTheDuke
closed
2 years ago
2
Account for plus signs in jar paths
#229
dpassen
closed
2 years ago
1
Specify up/down migrate functions with optional args
#228
wevre
closed
2 years ago
1
Custom args to migration functions
#227
wevre
closed
2 years ago
3
Paths with "+" characters result in NoSuchFileException
#226
dpassen
closed
1 year ago
2
How to know current db tables state/fields?
#225
himat
closed
2 years ago
8
[#221] Added changelog + mention next.jdbc features
#224
ieugen
closed
2 years ago
0
181 fix connection
#223
ieugen
closed
2 years ago
0
Next