Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d0c938cf

Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt

  • ID d0c938cfb5fbb8c1c03b94d395d6c7839a1c597e
  • Vorgänger aa0fece0
  • Nachfolger ba6a1366

Neues DB-Setup für Währungen

Für RDBO-Code wird hier das MetaSetup der DB upgedated.

Unterschiede anzeigen:

SL/DB/MetaSetup/Customer.pm
53 53
    iban                => { type => 'varchar', length => 100 },
54 54
    bic                 => { type => 'varchar', length => 100 },
55 55
    direct_debit        => { type => 'boolean', default => 'false' },
56
    curr                => { type => 'text' },
57 56
    taxincluded_checked => { type => 'boolean' },
57
    currency_id         => { type => 'integer', not_null => 1 },
58 58
  ],
59 59

  
60 60
  primary_key_columns => [ 'id' ],
61 61

  
62
  allow_inline_column_values => 1,
63

  
64 62
  foreign_keys => [
65 63
    business => {
66 64
      class       => 'SL::DB::Business',

Auch abrufbar als: Unified diff