projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb4b98
)
forgot to update upgrade_log
author
Jason Etheridge
<jason@esilibrary.com>
Tue, 1 Nov 2011 20:19:01 +0000
(16:19 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Tue, 1 Nov 2011 20:19:01 +0000
(16:19 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/002.schema.config.sql
b/Open-ILS/src/sql/Pg/002.schema.config.sql
index
f6b6ebe
..
a787993
100644
(file)
--- a/
Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/
Open-ILS/src/sql/Pg/002.schema.config.sql
@@
-57,7
+57,7
@@
CREATE TABLE config.upgrade_log (
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('06
39'); -- dbs/miker
+INSERT INTO config.upgrade_log (version) VALUES ('06
45'); -- miker/phasefx
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,