Changeset: a86c87cbde1c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a86c87cbde1c Modified Files: sql/scripts/99_system.sql Branch: transaction-replication Log Message:
Add a comment with some info and a new line at the end of the file diffs (11 lines): diff --git a/sql/scripts/99_system.sql b/sql/scripts/99_system.sql --- a/sql/scripts/99_system.sql +++ b/sql/scripts/99_system.sql @@ -26,4 +26,5 @@ update _tables -- so far only system schemas update schemas set system = true; -COMMIT; \ No newline at end of file +-- make sure all gets commited +COMMIT; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
