BREAKING: update mautrix to 0.15.x
This commit is contained in:
3
vendor/maunium.net/go/mautrix/util/dbutil/samples/05-compat.sql
generated
vendored
Normal file
3
vendor/maunium.net/go/mautrix/util/dbutil/samples/05-compat.sql
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
-- v5 (compatible with v3+): Sample backwards-compatible upgrade
|
||||
|
||||
INSERT INTO foo VALUES ('meow 2', '{}');
|
||||
1
vendor/maunium.net/go/mautrix/util/dbutil/samples/output/05-postgres.sql
generated
vendored
Normal file
1
vendor/maunium.net/go/mautrix/util/dbutil/samples/output/05-postgres.sql
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
INSERT INTO foo VALUES ('meow 2', '{}');
|
||||
1
vendor/maunium.net/go/mautrix/util/dbutil/samples/output/05-sqlite3.sql
generated
vendored
Normal file
1
vendor/maunium.net/go/mautrix/util/dbutil/samples/output/05-sqlite3.sql
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
INSERT INTO foo VALUES ('meow 2', '{}');
|
||||
Reference in New Issue
Block a user