Skip to content
Snippets Groups Projects

Issue #3246673: Move PendingUpdatesValidator into Package Manager

1 unresolved thread
1 unresolved thread
6 files
+ 84
26
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,7 +6,9 @@
*/
/**
* Here is a fake update.
* Here is a fake update hook.
*
* The schema version is the maximum possible value for a 32-bit integer.
*/
function package_manager_update_50000() {
function package_manager_update_2147483647() {
}
Loading