heintzl / Kernbeisser-Gradle

the Kernbeisser Repository with Gradle Support
5 stars 1 forks source link

Multi lables #602

Closed heintzl closed 2 years ago

heintzl commented 2 years ago

ATTENTION: This pull fixes an auditing bug and requires manual database update to get rid of audited column on article. Please run this sql-script: ALTER TABLE Article_AUD DROP COLUMN printPool; ALTER TABLE Article DROP COLUMN printPool;

The column will be recreated by hibernate