Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 36ab63d0

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 36ab63d0a859be3309646fe14db8f1d45b113028
  • Vorgänger 6be98ada
  • Nachfolger 2872818f

S:D:File: Backend auf Type Enum setzen

Unterschiede anzeigen:

SL/DB/MetaSetup/File.pm
__PACKAGE__->meta->table('files');
__PACKAGE__->meta->columns(
backend => { type => 'text' },
backend => { type => 'enum', check_in => [ 'Filesystem', 'Webdav' ], db_type => 'files_backends', not_null => 1 },
backend_data => { type => 'text' },
description => { type => 'text' },
file_name => { type => 'text', not_null => 1 },

Auch abrufbar als: Unified diff