minor fix to avoid the creation of '' templates since crow is incapable of routing those to /<string> while trying to route them to / leading to a 404
obviously it's also possible to just give a general you have to name your template directive but as it stands i don't really see a need for it
This commit is contained in:
@@ -39,7 +39,7 @@ sudo -u postgres psql -c "CREATE TABLE freelancers(
|
||||
sudo -u postgres psql -c "CREATE TABLE templates(
|
||||
id INT PRIMARY KEY GENERATED ALWAYS AS IDENTITY,
|
||||
freelancerID int,
|
||||
name text,
|
||||
name text NOT NULL,
|
||||
content text,
|
||||
contactData text,
|
||||
contactInformation text,
|
||||
|
Reference in New Issue
Block a user