rzbrk / PerlPress

PerlPress - A static HTML weblog-alike website generator written in Perl
http://www.perlpress.de
GNU General Public License v3.0
0 stars 0 forks source link

Create own table for persistent article data #5

Closed rzbrk closed 10 years ago

rzbrk commented 10 years ago

Establish an own table in the database ("art_persist") for the persistent article information, like UUID or alias (the URL for the article site is created from that). Those information shall never change, as lonh as the article exists (maybe even longer ...).

rzbrk commented 10 years ago

After intensive assessment if found out, that a seperate table is not necessary. The persistent data fields were incorporated in the table articles. The new article data fields (SQL columns in table article) are alias, filename and uuid.