Skip to content
Snippets Groups Projects
Commit 8b50061c authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

database: Add a SQL script to create le_save_config table

parent ae743ef3
No related branches found
No related tags found
No related merge requests found
-- NOTE: this table should be created in a different database (and ideally on
-- different tablespace).
CREATE TABLE school_config (
inep VARCHAR(12) PRIMARY KEY,
config BYTEA
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment