Docs link fixes.
This commit is contained in:
@@ -23,11 +23,11 @@ public DecorRepository (PersistenceContext ctx)
|
|||||||
{
|
{
|
||||||
super(ctx);
|
super(ctx);
|
||||||
|
|
||||||
ctx.registerMigration(DecorRecord.class,
|
ctx.registerMigration(DecorRecord.class,
|
||||||
new SchemaMigration.Rename(17004, "scale", DecorRecord.ACTOR_SCALE));
|
new SchemaMigration.Rename(17004, "scale", DecorRecord.ACTOR_SCALE));
|
||||||
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetX"));
|
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetX"));
|
||||||
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetY"));
|
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetY"));
|
||||||
ctx.registerMigration(DecorRecord.class,
|
ctx.registerMigration(DecorRecord.class,
|
||||||
new SchemaMigration.Retype(17004, DecorRecord.FURNI_SCALE));
|
new SchemaMigration.Retype(17004, DecorRecord.FURNI_SCALE));
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -150,4 +150,4 @@ public class PersonRepository extends DepotRepository
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [example queries](ExampleQueries) page for examples of other kinds of queries.
|
See the [example queries](ExampleQueries.md) page for examples of other kinds of queries.
|
||||||
|
|||||||
Reference in New Issue
Block a user