migration-manager 1.1 → 1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.idea/workspace.xml +35 -3
- data/Gemfile.lock +1 -1
- data/lib/migration/manager/version.rb +1 -1
- data/migration-manager.gemspec +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84dfcb108faaa137a80c39a2c53e10924b51181f4e6cf781653d3e27b537bae4
|
4
|
+
data.tar.gz: 2886d1ad911d746827bb844833130a26133c64ff091339ff0358ca7c7d0f88e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 423ed30d00950e4ef540f9ea3ce5ed92bbb4a7212a674ef86adda72ff7fdb7d43d464603c284cb6e0c4a3f7211276aea87946332fc521622d76ec233681edc06
|
7
|
+
data.tar.gz: 943f008f96e843959d284c47fbc6ed4c676fd4390e606c69eb0fbd5a57ffd2acbcfc614dc453dcc81cf5c60d7c4898e01b87116896a828b37ed93d0051b88695
|
data/.idea/workspace.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
7
|
<list default="true" id="884633e9-4c9d-4908-ac6b-367ad6beb5f1" name="Changes" comment="Final changes">
|
8
|
-
<change beforePath="$PROJECT_DIR
|
8
|
+
<change beforePath="$PROJECT_DIR$/lib/migration/manager/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/migration/manager/version.rb" afterDir="false" />
|
9
9
|
</list>
|
10
10
|
<option name="SHOW_DIALOG" value="false" />
|
11
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -88,7 +88,7 @@
|
|
88
88
|
<workItem from="1739209274970" duration="1301000" />
|
89
89
|
<workItem from="1739690025336" duration="1414000" />
|
90
90
|
<workItem from="1739691571017" duration="1889000" />
|
91
|
-
<workItem from="1739694359841" duration="
|
91
|
+
<workItem from="1739694359841" duration="15765000" />
|
92
92
|
</task>
|
93
93
|
<task id="LOCAL-00001" summary="testing">
|
94
94
|
<option name="closed" value="true" />
|
@@ -314,7 +314,39 @@
|
|
314
314
|
<option name="project" value="LOCAL" />
|
315
315
|
<updated>1739713855090</updated>
|
316
316
|
</task>
|
317
|
-
<
|
317
|
+
<task id="LOCAL-00029" summary="Final changes">
|
318
|
+
<option name="closed" value="true" />
|
319
|
+
<created>1739715839682</created>
|
320
|
+
<option name="number" value="00029" />
|
321
|
+
<option name="presentableId" value="LOCAL-00029" />
|
322
|
+
<option name="project" value="LOCAL" />
|
323
|
+
<updated>1739715839682</updated>
|
324
|
+
</task>
|
325
|
+
<task id="LOCAL-00030" summary="Final changes">
|
326
|
+
<option name="closed" value="true" />
|
327
|
+
<created>1739715916001</created>
|
328
|
+
<option name="number" value="00030" />
|
329
|
+
<option name="presentableId" value="LOCAL-00030" />
|
330
|
+
<option name="project" value="LOCAL" />
|
331
|
+
<updated>1739715916001</updated>
|
332
|
+
</task>
|
333
|
+
<task id="LOCAL-00031" summary="Final changes">
|
334
|
+
<option name="closed" value="true" />
|
335
|
+
<created>1739715982959</created>
|
336
|
+
<option name="number" value="00031" />
|
337
|
+
<option name="presentableId" value="LOCAL-00031" />
|
338
|
+
<option name="project" value="LOCAL" />
|
339
|
+
<updated>1739715982959</updated>
|
340
|
+
</task>
|
341
|
+
<task id="LOCAL-00032" summary="Final changes">
|
342
|
+
<option name="closed" value="true" />
|
343
|
+
<created>1739716044997</created>
|
344
|
+
<option name="number" value="00032" />
|
345
|
+
<option name="presentableId" value="LOCAL-00032" />
|
346
|
+
<option name="project" value="LOCAL" />
|
347
|
+
<updated>1739716044997</updated>
|
348
|
+
</task>
|
349
|
+
<option name="localTasksCounter" value="33" />
|
318
350
|
<servers />
|
319
351
|
</component>
|
320
352
|
<component name="TypeScriptGeneratedFilesManager">
|
data/Gemfile.lock
CHANGED
data/migration-manager.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.email = ["rajnish.mishra@jarvis.consulting"]
|
8
8
|
|
9
9
|
spec.summary = %q{Migration Manager is a Ruby on Rails gem that provides a web interface for managing database migrations. It allows you to view migration statuses, run pending migrations, create new tables with multiple columns, and update existing tables by adding new columns.}
|
10
|
-
spec.description = %q{
|
10
|
+
spec.description = %q{Migration Manager is a Ruby on Rails gem that provides a web interface for managing database migrations. It allows you to view migration statuses, run pending migrations, create new tables with multiple columns, and update existing tables by adding new columns.}
|
11
11
|
spec.homepage = "https://github.com/rajnish-jarvis"
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: migration-manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rajnish mishra
|
@@ -24,7 +24,10 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '6.0'
|
27
|
-
description:
|
27
|
+
description: Migration Manager is a Ruby on Rails gem that provides a web interface
|
28
|
+
for managing database migrations. It allows you to view migration statuses, run
|
29
|
+
pending migrations, create new tables with multiple columns, and update existing
|
30
|
+
tables by adding new columns.
|
28
31
|
email:
|
29
32
|
- rajnish.mishra@jarvis.consulting
|
30
33
|
executables: []
|