xref
: /
aosp_15_r20
/
development
/
tools
/
repo_diff
/
service
/
repodiff
/
tools
/
migrations
/
required_meta.sql
(revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
CREATE
TABLE
if
not
exists
application_meta
(
3
latest_revision
VARCHAR
(
255
)
4
);
5