Browse Source

updated subscription relation

dev
dragonskills99 4 years ago
parent
commit
e1bed120bc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      orm_schemas/MinecraftServer.class.php

+ 2
- 2
orm_schemas/MinecraftServer.class.php View File

@@ -61,8 +61,8 @@ class MinecraftServer extends Entity
public $MaxPerMonthPrice = null;
/**
* @DB-Relation
* @Field ID
* @FieldName SubscriptionID
* @Field ConcerningServer
* @FieldName ID
* @OneToMany
* @OnUpdate CASCADE
* @OnDelete CASCADE

Loading…
Cancel
Save