Changeset:
66b4241c362f
https://sourceforge.net/p/mrbs/hg-code/ci/66b4241c362fae19138c8facb9fd1d4c47551874
Author:
John Beranek <[email protected]>
Date:
Fri Jun 23 17:39:12 2017 +0100
Log message:
Corrected name of PostgreSQL trigger in the schema definition.
diffstat:
tables.pg.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c6cd951e0a44 -r 66b4241c362f tables.pg.sql
--- a/tables.pg.sql Tue Jun 06 19:37:45 2017 +0100
+++ b/tables.pg.sql Fri Jun 23 17:39:12 2017 +0100
@@ -192,7 +192,7 @@
CREATE TRIGGER update_mrbs_entry_timestamp BEFORE UPDATE ON mrbs_entry FOR
EACH ROW EXECUTE PROCEDURE update_timestamp_column();
CREATE TRIGGER update_mrbs_repeat_timestamp BEFORE UPDATE ON mrbs_repeat FOR
EACH ROW EXECUTE PROCEDURE update_timestamp_column();
-CREATE TRIGGER update_mrbs_timestamp BEFORE UPDATE ON mrbs_users FOR EACH ROW
EXECUTE PROCEDURE update_timestamp_column();
+CREATE TRIGGER update_mrbs_users_timestamp BEFORE UPDATE ON mrbs_users FOR
EACH ROW EXECUTE PROCEDURE update_timestamp_column();
INSERT INTO mrbs_variables (variable_name, variable_content)
VALUES ('db_version', '52');
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits