generated from your-land/yl_template
Corrects announcement_id to id
This commit is contained in:
parent
1aeb45e0fc
commit
df99379f70
@ -66,7 +66,7 @@ One announcement consists of an id, a message, an owner, a runtime and a frequen
|
||||
|
||||
```
|
||||
{
|
||||
announcement_id = 1,
|
||||
id = 1,
|
||||
creation_date = os.time(),
|
||||
message = "[EVENT] Don't forget to join the event tonight!",
|
||||
owner = "Admin",
|
||||
@ -75,7 +75,7 @@ One announcement consists of an id, a message, an owner, a runtime and a frequen
|
||||
}
|
||||
```
|
||||
|
||||
Those announcements sit in a table with `announcement_id` as index:
|
||||
Those announcements sit in a table with `id` as index:
|
||||
|
||||
```
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user