Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
add compatible schema version (2020-12-01-0001)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjergus committed Dec 7, 2020
1 parent be354d6 commit 5ce1bd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/__Private/is_compatible_schema_version.hack
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ function is_compatible_schema_version(string $other_version): bool {
return true;
*/
// succeeding versions:
/* NONE
case '2020-11-02-0001': // removes Pocket Universe syntax
case '2020-12-01-0001': // removes goto
return true;
*/
default:
return false;
}
Expand Down

0 comments on commit 5ce1bd7

Please sign in to comment.