finding database tables

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Suggested Hosts
Post Reply
kullboys
Registered User
Posts: 1
Joined: Wed Dec 13, 2017 9:47 am

finding database tables

Post by kullboys »

I spent some time trying to figure this out but no success.

If I want to know which update added a specific table to the database, how would I go about it?
I have looked in the update files with no luck.

thanks,
robert
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: finding database tables

Post by david63 »

If you tell us which table we might be able to help
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26546
Joined: Fri Aug 29, 2008 9:49 am

Re: finding database tables

Post by Mick »

It might help if you give us an idea of the problem you're having as well.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
AmigoJack
Registered User
Posts: 6113
Joined: Tue Jun 15, 2010 11:33 am
Location: グリーン ヒル ゾーン
Contact:

Re: finding database tables

Post by AmigoJack »

kullboys wrote: Wed Dec 13, 2017 9:52 amthe update files
I'm curious which you mean by those.

For me I search all files in /phpbb/db/migration/data/ (and below) for the term 'add_tables' to get an idea on what was added when (you still need to look at filenames and paths to get more details, and even then dependencies might kick in or not). Example:
  • \phpbb\db\migration\data\v320\oauth_states.php tells me that 3.2.0 (see path) added _oauth_states (see line 32).
  • "The problem is probably not my English but you do not want to understand correctly. ... We will not come anybody anyway, nevertheless, it's best to shit this." Affin, 2018-11-20
  • "But this shit is not here for you. You can follow with your. Maybe the question, instead, was for you, who know, so you shoved us how you are." axe70, 2020-10-10
  • "My reaction is not to everyone, especially to you." Raptiye, 2021-02-28
Post Reply

Return to “phpBB Discussion”