mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-05 18:10:50 +03:00
Increase maximum commit ref size
This commit is contained in:
4
data/migration-5.sql
Normal file
4
data/migration-5.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
ALTER TABLE `as_assets` CHANGE `download_commit` `download_commit` varchar(2048) NOT NULL;
|
||||
|
||||
ALTER TABLE `as_asset_edits` CHANGE `download_commit` `download_commit` varchar(2048) NOT NULL;
|
||||
Reference in New Issue
Block a user