Skip to content

Instantly share code, notes, and snippets.

@PBXForums
Created November 1, 2016 19:18
Show Gist options
  • Save PBXForums/457e350c24fc344b3c304e0f227862c9 to your computer and use it in GitHub Desktop.
Save PBXForums/457e350c24fc344b3c304e0f227862c9 to your computer and use it in GitHub Desktop.
Creating a missing table that verto seems to depend upon
create table json_store (
name varchar(255) not null,
data text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment