-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "temporal_tables", | ||
"abstract": "Temporal Tables Extension", | ||
"description": "This extension provides support for temporal tables. System-period data versioning (also known as transaction time or system time) allows you to specify that old rows are archived into another table (that is called the history table).", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"release_status": "stable", | ||
"maintainer": [ | ||
"Vladislav Arkhipov <[email protected]>" | ||
|
@@ -11,9 +11,9 @@ | |
"provides": { | ||
"temporal_tables": { | ||
"abstract": "Temporal Tables Extension", | ||
"file": "temporal_tables--1.2.1.sql", | ||
"file": "temporal_tables--1.2.2.sql", | ||
"docfile": "README.md", | ||
"version": "1.2.1" | ||
"version": "1.2.2" | ||
} | ||
}, | ||
"prereqs": { | ||
|
@@ -24,7 +24,7 @@ | |
} | ||
}, | ||
"resources": { | ||
"homepage": "http://www.softus.org", | ||
"homepage": "https://arkhipov.ru", | ||
"repository": { | ||
"url": "https://github.com/arkhipov/temporal_tables.git", | ||
"web": "https://github.com/arkhipov/temporal_tables", | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# versioning extension | ||
comment = 'temporal tables' | ||
default_version = '1.2.1' | ||
default_version = '1.2.2' | ||
module_pathname = '$libdir/temporal_tables' | ||
relocatable = true |