debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 10 Sep 2010 16:48:58 +0200
branchstable
changeset 6208 07b176640a8c
parent 0 b97547f5f1fa
permissions -rw-r--r--
unique_together integration in CW (alf+syt) * added in-DB representation of the constraint with a new entity type (CWUniqueTogetherConstraint) * the schema is now migrated on a sync_schema_props_perms(EType) call in the migration script * removed the migration commands provided in the first implementation

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0