Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the purpose of the 'u' column in admin.db? #86

Open
goodmami opened this issue May 4, 2020 · 0 comments
Open

What is the purpose of the 'u' column in admin.db? #86

goodmami opened this issue May 4, 2020 · 0 comments
Labels

Comments

@goodmami
Copy link
Member

goodmami commented May 4, 2020

The u column in the admin database is populated with the name of the script creating the database:

u = sys.argv[0]

But the schema says it should be an integer value:

u INTEGER NOT NULL,

It seems the meaning of this column may have drifted over time. What is the intended value and what is it used for? (one problem with one- and two-letter column names is that GitHub won't show search results in the code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant