-
Notifications
You must be signed in to change notification settings - Fork 4
/
META.json
45 lines (45 loc) · 1.13 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "metagration",
"abstract": "Migrate Postgres with Postgres",
"description": "This extension provides a powerful Postgres migration tool written in Postgres itself.",
"version": "1.0.5",
"maintainer": [
"Michel Pelletier <michel@graphegon.com>"
],
"license": "postgresql",
"provides": {
"metagration": {
"abstract": "Migrate Postgres with Postgres",
"file": "sql/metagration.sql",
"docfile": "README.md",
"version": "1.0.5"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/michelp/metagration/issues/"
},
"repository": {
"url": "git://github.com/michelp/metagration.git",
"web": "https://github.com/michelp/metagration/",
"type": "git"
}
},
"generated_by": "Michel Pelletier",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"migration",
"replication",
"pgtap"
]
}