# Schema on Admin Page is not updating

**URL:** https://community.forestadmin.com/t/schema-on-admin-page-is-not-updating/4427
**Category:** Help me!
**Created:** [March 30, 2022, 6:43pm UTC](https://community.forestadmin.com/t/schema-on-admin-page-is-not-updating/4427 "2022-03-30T18:43:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Peter\_Nsaka](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/peter_nsaka/32/4285_2.png) [@Peter\_Nsaka](https://community.forestadmin.com/u/Peter_Nsaka)
#### Post date: [March 30, 2022, 6:43pm UTC](https://community.forestadmin.com/t/schema-on-admin-page-is-not-updating/4427/1 "2022-03-30T18:43:47Z")

</div>

> ⚠ **This is a template you must use to report issues**. ⚠  
> We have a MySQL database connected with Forest Admin. At the time of initial installation, we only had a few tables and more were created later on. However, the new tables didn’t sync and show up in Forest Admin. We used this guide - [Update your models' definition | Developer Guide](https://docs.forestadmin.com/documentation/how-tos/maintain/update-your-models-definition) to run the forest schema:update command. I confirmed that the models for the new tables were all created and this was pushed to the main branch. However, the Forest admin production app isn’t reflecting the tables too. Any idea what could be the issue here?

## Feature(s) impacted

> N.A

## Observed behavior

> The Admin does not have new tables added on the MySQL database even after the forest schema:update command

## Expected behavior

> New tables should show up on the admin after the update on the Node JS app as ben executed and merged to the main branch

## Failure Logs

> In this _optional section_, please:
> 
> - include any relevant log snippets if necessary,
> - or remove this section if left empty.

## Context

> Please provide in this **mandatory section** , the relevant information about your configuration:

- Project name: Awele
- Team name: Awele
- Environment name: Production
- Agent type & version: ^8.0.0
- Recent changes made on your end if any: Ran the forest schema:update command after new tables have been added to database

---

<div class="post-metadata">

### Author: ![anon23361380](https://avatars.discourse-cdn.com/v4/letter/a/67e7ee/32.png) [@anon23361380](https://community.forestadmin.com/u/anon23361380)
#### Post date: [March 31, 2022, 9:24am UTC](https://community.forestadmin.com/t/schema-on-admin-page-is-not-updating/4427/2 "2022-03-31T09:24:59Z")

</div>

Hello @Peter_Nsaka and welcome to our community 🙂

Just to be clear, so you are seeing the new tables on your local environment but not on the production one?  
And have you tried restarting the server?
