-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TIL Postgres has a maximum table name length of 63 characters. I set an upper bound of 58 on the name length of the MetaChangeset. Why 58 and not 63? Because when we create the materialized view for the data set we tack on "_view" to the table name. Updates #235
- Loading branch information
Vince Forgione
committed
Aug 21, 2018
1 parent
181f7d4
commit 4704472
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters